Hi,

I've got this tag:

<html:cancel styleId="cancelButton"
styleClass="submitbutton" />

But the isCancelled() in the action then always return
false, even if I hit the cancel button.

If I replace the tag with a default

<html:cancel></html:cancel>

then it works. Looks like something with the generated
ID and CLASS attributes that's fishy. Its worth
mentioning that the styleId 'cancelButton' isn't
defined in my css (but class 'submitbutton' is), I
merely use it to get a handle on the button
(document.getElementById()) to disable/enabled it
using javascript.

Any ideas?

Thanks.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to