Author Login
Post 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)