One way would be to save the pass the parameters back and forth as cookies.

Another way is write the URL of the anchors of the buttons JSP page using
java.   You can write the parameters in the query string of each anchor,
along with any other information like a session id

Jay A. Schmitendorf
----- Original Message -----
From: "Steve Raisor" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 14, 2000 11:52 AM


> 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

___________________________________________________________________________
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