Plz help me.
hi,
In every jsp.I am doing like.
I am passing values one jsp to another jsp throght<A href=""></A>
for eg:<a href="javascript:function name('<%value1%>','<%value2%>')".
If i click back button in browser(internet explorer).
I getting message in broswser
"Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer
does not automatically resubmit your information for you. To resubmit your
information and view this Web page, click the Refresh button. ".
my problem isIF i clicl back in browser.the previous page has todisplay.
can any bady tell me procedute how to solve this problem.>
[833 byte] By [
6666a] at [2007-10-2 12:30:53]

This is a common, well-discussed problem, usually titled the "Double Submit" problem. Solve using PRG (post-redirect-get) pattern, just google for it.
By the way, the problem is the rendering of the page containing the link (I assume that it is the results page from a form submission), not a problem with the link itself.
hi,
the problem is page contain results of previous page.
In previous page i am passing values to (through <A href="javascript(value1,value2)".
.If click back button which is avaible in standard buttons in browser.
I am getting message like
"Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you. To resubmit your information and view this Web page, click the Re
fresh button. "
plz tell me how to solve this problem.>
6666a at 2007-7-13 9:28:25 >

hi,
the problem is page contain results of previous page.
In previous page i am passing values to (through <A href="javascript(value1,value2)".
.If click back button which is avaible in standard buttons in browser.
I am getting message like
"Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you. To resubmit your information and view this Web page, click the Re
fresh button. "
plz tell me how to solve this problem.>
6666a at 2007-7-13 9:28:25 >

when i move to second jsp to third jsp .Tthird jsp is display based on passing the values using a <href=""> in second jsp but
when i click the arrow back button on the standard bar in Internet Explorer it shown
Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you.
To resubmit your information and view this Web page, click the Refresh button.
like this
can any body give the solution for this problem
6666a at 2007-7-13 9:28:25 >
