Juan Gabriel Arias wrote:
Hi,
i have a form, that is submited by different AjaxSubmitLinks.

I want that only one (completely identified) of those links triggers a
validation.

I though two main solutions:
- Add validation only to specific components, not to the complete form. (i
think is the cleanest, but dunno if it si possible, because nature of forms
and HTML)
- Specify that, in some cases, validation should be ignored.

Any ideas? Igor? =P

Try using Button.setDefaultProcessing(false)

--
Andrew Klochkov


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

Reply via email to