On Wed, 31 Jan 2001, Peter Alfors wrote:

> check out the pager taglib:  http://jsptags.com/tags/navigation/pager/

 Very handy! For anyone else looking at this for paging long-winded
result sets, and using Tomcat 4.0-b1, I needed to edit the demo
"pager-demo.jsp" and change:

<pg:pager maxIndexPages="<%= 20 %>">

to:

<pg:pager maxIndexPages="20">


This fixes a hack put in to convert "20" to an int as delineated in the
pager troubleshooting section.

Reply via email to