I have a couple of quick questions from someone new to servlets and JSP's.
I want to show a selection screen, read from a database using ODBC and
output the results 20 at a time to a JSP.  I have no problem using a form,
calling a servlet that gets the result set, places it in a javabean and
calls a JSP that displays the entire results to a JSP.

        1.  Is this the format most people use to show large amounts of
data?
        2.  How do I show the results 20 at a time?  If I put prev and next
buttons on the final JSP page with a call to the servlet, I lose my
selection criteria that are being passed as parameters to the servlet.

Thanks for your help in advance!
Steve Raisor

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to