Hi,
        I have a problem regarding paging of long lists. The approach I
am using is that of using an Action to put the list on the session. Then
I will use the <logic:iterate> tag to iterate over the list and put the
items inside a <pg:pageItem> tag. 

My issue is that I do not want to put large lists on the session, since
this might compromise the efficiency of the web application server.
However if the list is not on the session and on the request - when the
user clicks on the next button or on a page number the list is not found
on the request and tomcat throws a null pointer exception. 

Thanks for the help!

regards,
Adrian

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to