Did you try to turn off expire? e.g.

<%
response.setDateHeader ("Expires", 0);
response.setHeader("Pragma", "no-cache");
response.setHeader("Cache-Control", "no-store");
response.setDateHeader("max-age", 0);
response.setDateHeader("Expires", 0);
%>

Regards,
Martin

----- Original Message ----- 
From: "Manjunath Bhat" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, January 05, 2004 6:55 AM
Subject: Warning: Page has Expired


Hi
 
I have a page which calls an action. Depending on certain condition I
will forward it to suitable pages. After this steps if user clicks the
Browser's back button, it gives typical browser error "Warning: Page has
Expired " (I am using IE). This happens especially after the validation
failure. How to overcome this problem? 
I don't want to use GET method in <html:form/> 
 
Thanks in advance
 
M Bhat


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to