Hello all
 
In ASP it is possible to use virtual paging. when we have a
large number of records to diplay, we can group them by 20
or 25 and show only that many records at a time.
 
How is t possible in JSP? Even if we write it as a bean, how will
the logic be? because in with JDK1.1.x we cannot move the record
pointer in the resultset in reverse direction. (rs.previous())
 
i need some help from the Java gurus in the list....
 
thanks
Alagu
 

Reply via email to