a way to display those page numbers shown under this list???
deep venu
Ranch Hand
Joined: Jun 09, 2001
Posts: 56
posted
0
My application requires retrieving data and displaying the search result on separate pages showing say 10 records on each page. The page should also have the page number hyperlinks at the bottom of the page.Its something similar to our topics display screen. Any pointers on how to go about this??
tee mahmood
Greenhorn
Joined: Jun 26, 2001
Posts: 6
posted
0
you should use tags to workout how many pages u need depending upon the results u get back
Carl Trusiak
Sheriff
Joined: Jun 13, 2000
Posts: 3340
posted
0
There is a taglib available for this. It's called Pager Taglib The examples show just how easy this is.