Use the pattern of redirecting to a GET after POST. In other words, use the POST to perform the action, and then redirect to a GET to show the current status after performing the action.
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 06, 2006 9:59 AM > To: user@struts.apache.org > Subject: Reload Problem with IE > > > > > > > Hi All, > > I am using struts 1.2.8 , the problem is after adding a > record in my web page(Internet Explorer), when i right click > and refresh the page it's > giving duplicate record exception , i am using <html:form > method="POST" > > in my JSP , if i put GET in place of POST i am not getting > the problem. But i want to use POST method in my jsp , so > there is any other way to handle this with struts > configuration file (ie redirect = true) . > > Thanks in advance. > Srinivas. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]