Suri I got the solution to your problem
Instead of transfering the control from the first jsp directly to second jsp use a controller
servlet.
Code for first Jsp (JspOne.jsp)
Code for controller servlet
code for second jsp (JspTwo.jsp)
With this logic when you submit your first jsp page the control with go to controller servlet and from there will be redirected to second jsp page. Now you are in your second jsp page. When you make a refresh the control will go back to your first jsp page.
I had executed the code and everything is working perfectly for me. All the best.
[ December 07, 2005: Message edited by: Vishnu Prakash ]