Thanks a lot, but I can't use the first option because we have a few portals and maybe can appear news with differents fields. We create an XML from Oracle and with XSL and JSP we create a form, then when the user fill the fields we insert (automatic) data to oracle database. The second option is a valid option with one problem: fields that the user mustn't see, e. g., password. I don't kwnow what do you mean with "hidden fields invisible", can you explain that??
Thanks a lot -----Mensaje original----- De: vijay [mailto:[EMAIL PROTECTED]] Enviado el: lunes, 18 de marzo de 2002 23:58 Para: [EMAIL PROTECTED] Asunto: Re: Join requests from more than 1JSP page hi, You can do this in different ways. The best way is to use Beans for the JSPs. List all the parameters in the Bean from all the three jsps. use set property = * to set all the form values into the bean. later by using getter method u can get the required values. the another way is to use the hidden field for all the fields. based on the jsp, u can make the hidden fields invisible. and shows only the required fields. thanks & regards vijayanand.R (),,,() ( (. .) .-''''''''''-. ( o ) ) ( 'o' ) =(,,)=(,,)=(,,)==(,,)= ----- Original Message ----- From: "Alejo Marcos, Alberto" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 19, 2002 1:57 AM 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: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
