Hi!
Is it possible to have a submit button on a form that can call a
listener bypassing any validation set for the form (without having to
explicitly code around validation in the listener)? This is useful when
buttons modify the structure of the form: e.g add or remove form
components.
You could clear the errors saved in the forms delegate using its clearErrors() method in this specific listener.

   Patrick

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

Reply via email to