>
> I have 4 buttons in one page and I have written one validaton xml file like
> this :-
>
> action_class - validation.xml
>
> But for one specific button I want to skip validation process.
>
> Is there anybody know how to do that.
>

Do you have different methods for each button? If so prepare separated xml
files for each one you want to validate like below:

ActionClass-method-validation.xml

where method is the name from struts.xml (not the real method name in the
action's class)

or you can use @SkipValidation annotation for particular method;


Regards
-- 
Lukasz

Reply via email to