PagedListHolder « Web « Spring Q&A





1. PagedListHolder functionality    forum.springsource.org

Can anyone explain the use of PagedListHolder.maxLinkedPages. My understanding is that specifying maxLinkedPages() gives boundary links to current page, in other words change the value of PagedListHolder.firstLinkedPage and PagedListHolder.lastLinkedPage. Is it ...

2. Passing a PagedListHolder to a custom tag    forum.springsource.org

Passing a PagedListHolder to a custom tag I'm trying to write a custom tag to print paging navigation for a PagedListHolder that I have exported to the session thus: request.getSession(true).setAttribute("results", lh); ...