Re: How to disable the submit button after first click

2006-07-17 Thread Jared Blitzstein
truts Users Mailing List Subject: Re: How to disable the submit button after first click On 7/14/06, priyadarsh kankipati <[EMAIL PROTECTED]> wrote: > Thanks Krishna for your suggestion. Can you please elaborate on your suggestion? > > Thanks Robert for your suggestion. >

Re: How to disable the submit button after first click

2006-07-17 Thread Li
essage- From: Michael Jouravlev [mailto:[EMAIL PROTECTED] Sent: 14 July 2006 08:21 PM To: Struts Users Mailing List Subject: Re: How to disable the submit button after first click On 7/14/06, priyadarsh kankipati <[EMAIL PROTECTED]> wrote: > Thanks Krishna for your suggestion. Can you plea

RE: How to disable the submit button after first click

2006-07-17 Thread Pillay, Kiren KN
Hi I saw a saveToken method somewhere in Action that can be used to circumvent this problem. Regards Kiren -Original Message- From: Michael Jouravlev [mailto:[EMAIL PROTECTED] Sent: 14 July 2006 08:21 PM To: Struts Users Mailing List Subject: Re: How to disable the submit button after

Re: How to disable the submit button after first click

2006-07-14 Thread Michael Jouravlev
On 7/14/06, priyadarsh kankipati <[EMAIL PROTECTED]> wrote: Thanks Krishna for your suggestion. Can you please elaborate on your suggestion? Thanks Robert for your suggestion. But I think this will not work as can't change the value of the "disabled" attribute till the page loads. My requ

RE: How to disable the submit button after first click

2006-07-14 Thread Caroline Jen
alyst Programmer - Java CoE > e: [EMAIL PROTECTED] > > > > -----Original Message- > From: Krishna, Hari [mailto:[EMAIL PROTECTED] > Sent: 14 July 2006 13:11 > To: Struts Users Mailing List > Subject: RE: How to disable the submit button after > first click &

RE: How to disable the submit button after first click

2006-07-14 Thread priyadarsh kankipati
ava CoE e: [EMAIL PROTECTED] -Original Message- From: Krishna, Hari [mailto:[EMAIL PROTECTED] Sent: 14 July 2006 13:11 To: Struts Users Mailing List Subject: RE: How to disable the submit button after first click If u want to avoid double submit use isTokenValid() inside Action .Why do u ne

RE: How to disable the submit button after first click

2006-07-14 Thread Robert Langridge
D] -Original Message- From: Krishna, Hari [mailto:[EMAIL PROTECTED] Sent: 14 July 2006 13:11 To: Struts Users Mailing List Subject: RE: How to disable the submit button after first click If u want to avoid double submit use isTokenValid() inside Action .Why do u nee

RE: How to disable the submit button after first click

2006-07-14 Thread Krishna, Hari
If u want to avoid double submit use isTokenValid() inside Action .Why do u need to mess up the jsp?? -Original Message- From: priyadarsh kankipati [mailto:[EMAIL PROTECTED] Sent: Friday, July 14, 2006 4:57 PM To: user@struts.apache.org Subject: How to disable the submit button