As far as I could judge the change, it is an improvement anyway, so you have by +1.
Tanx :)
But, how does this search-list work right now? Is the complete search-result present in the XML? Could that not be very memory-consuming, and should the resultset not be limited using 'max' and 'offset' features of the database?
Only the 10 visible pages are written to XML. Add something like the following somewhere at the end of list.jsp to see what is written to XML:
System.out.println(Utils.getXML(doc));
I only added some extra attributes to some tags in this XML.
Jaco
