I found many topics related to bypassing
struts validation, but they dealt with server-side validation. I have a query reg. client-side validation
**************************************************************************
I have a form with around 10 fields. I have enabled client-side validation in Struts by specification in validator-rules.xml. I have two submit buttons, which I process at the backend using LookupDispatchAction. Now, only when I click one submit, I want the validator to validate the 10 fields. If I click other submit button, the the validation shouldn't happen. How to achieve it?
Please help. Thanks in advance.