Why do you want to be able to go back?

If it is for processing errors/ invalid values in the
submission why don't you check out the article on javaworld
on form processing in jsp?

Let me explain the basic idea

mainForm.jsp  -> mainBean (request scope)

in mainBean process the stuff and generate a map with the
field name and error value.

if okay then forward to success page.

if invalid then forward to retryMainForm.jsp

in retryMainForm.jsp decleare mainBean with request scope
and get the previous fields values and error messages.

Write to me if you need an example.
Ashish

--
a s h i s h @ j d g n p . o r g
Get Headlines 0.5.4 for free at
http://headlines.sourceforge.net/

===========================================================================
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to