RE: by pass the validation

2013-07-09 Thread Neville Fernandes
- From: Alireza Fattahi [mailto:afatt...@yahoo.com] Sent: 09 July 2013 PM 06:47 To: Struts Users Mailing List Subject: by pass the validation Hi, When I put SomeAction-validation.xml nead an action class, the validation is always checked before execute method. If I have more than one method in

RE: by pass the validation

2013-07-09 Thread Kofford, C. Todd
m: Alireza Fattahi [afatt...@yahoo.com] Sent: Tuesday, July 09, 2013 8:16 AM To: Struts Users Mailing List Subject: by pass the validation Hi, When I put SomeAction-validation.xml nead an action class, the validation is always checked before execute method. If I have more than one method in the action

by pass the validation

2013-07-09 Thread Alireza Fattahi
Hi, When I put SomeAction-validation.xml nead an action class, the validation is always checked before execute method. If I have more than one method in the action, will the validation execute for them too ?! Is there any way that I can configure which methods should by pass the validation