Re: [appfuse-user] Double Submit problem in appfuse 1.9 struts

2009-02-18 Thread sudhakargupta
Thanks for your reply its working fine. Sudhakar mraible wrote: > > http://www.learntechnology.net/content/struts/struts_token.jsp > > On Tue, Feb 17, 2009 at 6:49 AM, sudhakargupta < > sudhakargupta_s...@hotmail.com> wrote: > >> >> Thanks for your reply, but i am not using the struts 2.0, pr

Re: [appfuse-user] Double Submit problem in appfuse 1.9 struts

2009-02-17 Thread Matt Raible
http://www.learntechnology.net/content/struts/struts_token.jsp On Tue, Feb 17, 2009 at 6:49 AM, sudhakargupta < sudhakargupta_s...@hotmail.com> wrote: > > Thanks for your reply, but i am not using the struts 2.0, presently with > the > 1.x only.. > > please suggest me to solve this problem.. in s

Re: [appfuse-user] Double Submit problem in appfuse 1.9 struts

2009-02-17 Thread sudhakargupta
Thanks for your reply, but i am not using the struts 2.0, presently with the 1.x only.. please suggest me to solve this problem.. in struts 1.x Sudhakar Jose Plana Mario wrote: > > Hi, > > I think that you could use the TokenInterceptor and a token tag to solve > the > double submit proble

Re: [appfuse-user] Double Submit problem in appfuse 1.9 struts

2009-02-17 Thread Jose Plana Mario
Hi, I think that you could use the TokenInterceptor and a token tag to solve the double submit problem: http://struts.apache.org/2.0.14/docs/token-interceptor.html Bests, José Plana On Tue, Feb 17, 2009 at 6:15 AM, sudhakargupta < sudhakargupta_s...@hotmail.com> wrote: > > Thanks for your

Re: [appfuse-user] Double Submit problem in appfuse 1.9 struts

2009-02-16 Thread sudhakargupta
Thanks for your reply.. For submit button i'm calling different action method like "save2tables" if i disabled the button after click on the submit then it calls the default "save" action method so, the record is not updated. for this one i changed the action of the form like "saveTwoTables". pl

Re: [appfuse-user] Double Submit problem in appfuse 1.9 struts

2009-02-16 Thread Matt Raible
You might try using JavaScript to disable the button once it's been clicked. Matt On Mon, Feb 16, 2009 at 4:48 AM, sudhakargupta < sudhakargupta_s...@hotmail.com> wrote: > > Hi.. > > I am updating 2 tables from the one form page it is saved successfully, if > i double click on the save button t