hi Alejo,
    You can pass the data in the first page to the second page as hidden
variables, similarly from 2nd to 3rd page. Finally your 3rd page will
contain,
1. new data entered by user
2. data entered on first two pages as hidden parameters.
   You can now access all the data in the servlet as request params.
hope this helps
-sourabh
----- Original Message -----
From: Alejo Marcos, Alberto <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 18, 2002 8:27 PM
Subject: Join requests from more than 1JSP page


> Hi Everyone,
>
>         I would like to know How I could pass a unique Request object with
> the info of more than one page to my servlet. In summary, I want to do JSP
> navigation among pages (i.e.: I want to register a user and I have 3 JSP
> pages requesting personal data to the user) and then, at the last one, I
> want to send all the user information that I have recollected through my 3
> pages to my servlet in my last request object. So my doubt is: Is it
> possible to do? Any alternative to do this?
>
> Thanks in Advance!!
>
>
___________________________________________________________________________
> 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