cilquirm wrote:
> 
> I believe you can use validation annotation to specify validation routines
> at the method level.
> 
> 
> 
> 
> ros wrote:
>> 
>> Hi!
>> 
>> How to configure struts2 validation for only one method in action?
>> 
>> Thanks.
>> 
> 
> 

You can disable one action with the annotation

@org.apache.struts2.interceptor.validation.SkipValidation
-- 
View this message in context: 
http://www.nabble.com/struts2-validation-for-only-one-method-in-action-tf3267302.html#a9144299
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to