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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to