Dear All, Problem:
We need to validate the form through Struts Validation framework. Current situation: We have multiple submit buttons like (Add, Cancel and Delete) inside the same form.We couldn't do the struts validation as it validates for all the flow. (i.e. Instead of validating only for Add, the form is validating even for Delete and Cancel).So to avoid this we are doing the validation inside Action Class. We are using LookUpDispatchAction. Any inputs would be highly helpful. Regards, Venkat