tags:

views:

55

answers:

2

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
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