Hi Ben,

> 
> 
> I am trying to use filtering/searching on the testsuite and 
> always get a 
> "java.lang.NullPointerException" when searching for the 
> second time and the 
> second search is less than the first.
> 
> eg.  on /testsuite/priority_viewTable.jsp with filter on
> 
> 1. search priority 3, then apply ... no problems
> 2. search priority 1, then apply ... "java.lang.NullPointerException"
> 

Just tested.

You get the NullPointerException if the resultset you search for gives
no data. This is by design of the jsp. There the expression
currentRow_priority.get("id") is used. This will raise the exception if
there are no data (currentRow = null).

Hope that helps,
Henner



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to