Re: Browser Back Button (IE) Problem in Struts Land

2004-09-15 Thread Hubert Rabago
You are getting a "Page Expired" because the page you're trying to go back to was produced by a POSTed form. The browser won't rePOST data to the server unless the user explicitly allows it to (as a "security precaution"). If you want to redisplay form results without the Page Expired message, ei

Browser Back Button (IE) Problem in Struts Land

2004-09-15 Thread Arumbakkam, Praveen \(Contractor\)
Hello and thank you in advance for your reply! Problem Summary: --- Unable to eliminate "Page Expired" error when a user hits on the Browser "Back" button in Internet Explorer 6.x. Hence, Seeking input from the Struts community! App Overview: - A Stateful Session Bean & CM