Re: Struts2 - duplicate submit problem

2011-05-13 Thread jagdeep singh
Hi, you have to use tag in your form. tag is used to solve the re-submission use a hidden token in the form. The token is autogenerated and unique from time to time. And do following entries in you struts.xml file: /duplicatformsubmiterror.jsp On Fri, May 13, 2011 at 4:35 PM, Stefan Magnus La

Re: Struts2 - duplicate submit problem

2011-05-13 Thread Stefan Magnus Landrø
Have you had a look at the csrf-protection? Not sure if it is request or session oriented. http://nickcoblentz.blogspot.com/2008/11/csrf-prevention-in-struts-2.html On Thu, May 12, 2011 at 10:42 PM, Rajeev430 wrote: > Hi, > > How I can stop duplicate submit in Struts2? Is there any working examp

Re: Struts2 - duplicate submit problem

2011-05-13 Thread Mohamed SIDI
the duplicate submit may be come from your code, can you put out some code to help us to solve your problem 2011/5/12 Rajeev430 > Hi, > > How I can stop duplicate submit in Struts2? Is there any working example > code for the reference. I am looking for any pattern (Token Interceptor, > Token Se