jsp taglib

do any taglib comes for pagination which i can use in my project.please tell me.
[87 byte] By [flowers_na] at [2007-10-2 20:05:28]
# 1
google : jsp pagination tag libraries
ram_pa at 2007-7-13 22:45:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
yes i have used that in my project::"pager-taglib.tld"u also have to include two jars in lib::"pager-src.jar" & "pager-taglib.jar"
sonia_lalita at 2007-7-13 22:45:38 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
thanks i've downloaded it hfrom jsptags.com site and it is war file.but i did not get any pager-taglib.tld and other jsp file.from where i get this now.please tell me.Message was edited by: flowers_n
flowers_na at 2007-7-13 22:45:38 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4

The tld is bundled with the jar file "pager-taglib.jar"

Don't worry, Tomcat will find it there.

You use it by importing it with its URI

<%@ taglib prefix="pg" uri="http://jsptags.com/tags/navigation/pager"%>

A possible alternative paging library:

http://displaytag.sourceforge.net/11/displaytag/jdepend-report.html

evnafetsa at 2007-7-13 22:45:38 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5
the instructions given in that site to install is same for tomcat 5.x or not.i'm using netbeans ide5.0 and it is tomcat 5.5.9 using.so the same steps i should follow to install it or not.
flowers_na at 2007-7-13 22:45:38 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...