Pills wrote:
How can I put several buttons on a form?

If you look at the code you've written, you've nearly answered your own question. ;-)

Don't use the Form's onSubmit().
Just use the Buttons' onSubmit()s instead.

If you want to allow a Button#onSubmit() without the Form validating, then you'll need to call setDefaultFormProcessing(false) on it like Sebastiaan said.

Regards,

Al

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

Reply via email to