Java Mailing List Archive

http://www.gg3721.com/

Home » Struts Users Mailing List »

Re: NullPointer Exception On IE7

Jeromy Evans

2008-08-18

Replies: Find Java Web Hosting

Author LoginPost Reply
Dave Newton wrote:
> So... we still have no idea what exception is being thrown.
>
> That makes it really hard to even begin.
>
> Dave
>
>
>  


I think MemberId is null:

memberID = memberID.substring(memberID.lastIndexOf('\\') + 1);



Or pageRequested is null

searchForm.setPageRequested(Integer.parseInt(pageRequested));



Or sortByField is null:

searchForm.setSortByField(Integer.parseInt(sortByField));


Just a hunch.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 gg3721.com - Jax Systems, LLC, U.S.A.