Before I vote I like to know if the pagecount (resultSize) is correct. The below code is from the list.jsp. The query is limited with setMaxNumber and setOffset. Does this affect the Queries.count(query)? I haven't looked at it indepth.
This code was already present in list.jsp, and as far as I can see Queries.count(query) isn't affected by setMaxNumber and setOffset. I just used the resultsSize variable because it seemed to contain the size of te query independent of the setMaxNumber and setOffset method.
Jaco
