i need to put the page no like stackoverflow have at the tags page like 1 2 3 4 5.. next I am using jsp. Please help me ..
A:
Pagination is generally pretty easy, but depends almost entirely on how you are getting the data you are paginating.
David Dorward
2009-11-06 12:30:26
A:
If you're familiar with JSF as well, then you may find this article useful. Else you can still make use of it but only replace the JSF page by a JSP page with JSTL and plain HTML and a Servlet.
BalusC
2009-11-06 13:40:03