Hi , I am very new to JSP. I need to procees some client data on one page and send the request to another page for some further processing .before the bean is called . So could anybody please tell me how to do this? If I want to process the data inside the scriplets in the second page on the basis of some flag or identifier sent from the previous page, how do I do it? Can I refer to the form elements values added in one page for processing the data in the forwarded page or do I have to declare a session of the value of the form elements. e.g: if I have a submit button or a text box . how do I refer to the value of this items in the second page. If I have to declare a session then how do I use the session concept. Thanx ghosh =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html
