Re: re problem with html:cancel

2007-08-03 Thread Laurie Harper
Charl Gerber wrote: OK, I think I found the problem. So if someone can come up with a feasible workaround, please! Its nothing struts related, btw. Javascript. I have a form onSubmit function which disabled all the input buttons to prevent users from clicking buttons twice or clicking another bu

Re: re problem with html:cancel

2007-08-03 Thread Paul Benedict
You need to submit a form field -- could be anything -- with the name of the cancel button Struts expects. Take a look at your generated HTML again to get the name of the button. That needs to be in the submission for the isCancelled() method to detect cancellation. On 8/3/07, Charl Gerber <[EMAIL