I have to retrieve the more than 100 records from the Database table using JSP. So, i want to control those database records into 10 records per page and each page will have the next and previous buttons contains link for these Pagination.
So, is there any tool available for pagination in JSP?
Please Guide me get out of this issue?
Have a look at http://www.ittreats.com/sun/java/pagination-using-jsp.html. This is a custom taglib that may help.