RE: is there a way to disable the html:submit after pressed

2007-04-10 Thread Ashuin Sharma Chamorro
, 2007 3:14 PM To: Struts Users Mailing List Subject: Re: is there a way to disable the html:submit after pressed --- Ashuin Sharma Chamorro wrote: > I don't want to let the user press the submit button > more than once?? Is there a property for that, or > what can I do? Struts 1

Re: is there a way to disable the html:submit after pressed

2007-04-10 Thread Dave Newton
--- Ashuin Sharma Chamorro wrote: > I don't want to let the user press the submit button > more than once?? Is there a property for that, or > what can I do? Struts 1? You can use the valid token stuff built in to Struts and/or you can use JavaScript to remove/disable/etc. the button. I don'