aspose file tools
The moose likes JSP and the fly likes Are There Paging Taglib That Accepts JSTL Tags? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Are There Paging Taglib That Accepts JSTL Tags?" Watch "Are There Paging Taglib That Accepts JSTL Tags?" New topic
Author

Are There Paging Taglib That Accepts JSTL Tags?

JiaPei Jen
Ranch Hand

Joined: Nov 19, 2000
Posts: 1309
I have JSPs written in JSTL tags. I want to use a paging taglib. I downloaded and tried the pager provided by "http://jsptags.com/tags/navigation/pager", but, it accepts scripting elements (JSP expressions) only. Are there paging taglib that accepts JSTL tags?
Jeroen Wenting
Ranch Hand

Joined: Oct 12, 2000
Posts: 5093
JSTL has paging support built in.


42
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Are There Paging Taglib That Accepts JSTL Tags?
 
Similar Threads
Problem in using taglib in NetBeans
Tag Library Many Results
how to make my application run faster
Pagination in struts1.1
How to do paging for large resultset?