Hi,

I am working on IE 5.00.3105.0116.

I have a jsp page, from which I am calling a servlet as part of the 'action' command.

Here is the problem I am facing:

step 1: I am loading the jsp page.

step 2: Entering all the data in the jsp page.

step 3: Hitting the 'submit' button on the jsp page, which will call the  servlet as 
part of the action command.

step 4: Servlet will receive all the form data by POST method,
       it will do some processing with the data and will generate a
       page.

step 5: At this point, after generating the page, if I hit 'browser'   back
button, it is displaying the jsp page but without the entered data. i.e. it
is displaying the blank jsp page.

This is the problem, when I hit the browser's back button, previously
entered data values needs to be restored.

Any help in this regard is very much appreciated.

thanks for your time.

dhanu

===========================================================================
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