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: RedirectAction Help!

2011-05-13 Thread jagdeep singh
Use result type chain for example "HelloWorld" On Fri, May 13, 2011 at 4:39 PM, Teresa McGinley wrote: > I'm using Tomcat. > > Sent from my iPod > > On May 12, 2011, at 6:08 PM, Jeffrey Black > wrote: > > > Hi Teresa. > > > > By "container" I meant Tomcat, Jetty, et al. > > > > Are you leverag