More Records

If I retrieve a lot of records from database. I want to Display those records on multiple html files. I Mean show maximum 25 records per page. Tell me how to distribute among several pages.Thanx in AdvanceASgherasgher@lww.org
[261 byte] By [asgherali] at [2007-9-26 2:12:22]
# 1

This may help you with some ideas...

a. http://jsptags.com/tags/navigation/pager Remember, to find the source code included in a nested jar file called pager-src.jar

b. The Java Pet Store application has implemented such paging using JSP tags also. Download the source code for the Java Pet Store applciation and go through the source code for the classes in the package com.sun.j2ee.blueprints.petstore.taglib.list

JSP tags is the preferred implementation for such paging.

neville_sequeira at 2007-6-29 9:05:32 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...