Re: Back Button Error

2004-10-13 Thread Martin Gainty
Hello Stup: You need to redirect your Response e.g. Response.Redirect(Request.Url.PathAndQuery) Martin - Original Message - From: "Sudipto Roy" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, October 13, 2004 2:23 PM Subject: Back Button Error > >

RE: Back Button Error

2004-10-13 Thread Hubert Rabago
>How can I resubmit the Page programatically when I click on IE Back Button? > >Is there any way so that the Save,Delete,Update Action in a Page will not be added to IE History Object? I don't know if you'd want to automatically resubmit the page. What you can do instead is, after the save/delete

Re: Back Button Error

2004-10-13 Thread Sean Schofield
How did you originally get to the page you are trying to get back to? It sounds like you are doing an HTML POST. I believe this is standard behavior in IE when you POST something. IE is trying to tell you that the only way it can reproduce the page is to repost the same data that generated i