[ 
https://issues.apache.org/struts/browse/WW-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44198#action_44198
 ] 

Musachy Barroso commented on WW-2191:
-------------------------------------

I think the current behavior is not intuitive at all, if a method is annotated 
for validation, only that ,method should be validated. It just happened to me 
and I was confused for a little bit (ended up debugging the validation 
interceptor)

> Make validateAnnotatedMethodOnly the default and support client-side 
> method-only validations
> --------------------------------------------------------------------------------------------
>
>                 Key: WW-2191
>                 URL: https://issues.apache.org/struts/browse/WW-2191
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Plugin - CodeBehind
>            Reporter: Ted Husted
>             Fix For: 2.2.x
>
>
> A common use case for validation annotations is to use different validations 
> per action method. However, in 2.0.x, the default is to combine the 
> validations. A better default would be "true". 
>                 <interceptor-ref name="validation">
>                                  <param 
> name="validateAnnotatedMethodOnly">true</param>                
>                     <param 
> name="excludeMethods">input,back,cancel,browse</param>
>                 </interceptor-ref>
> Also, per-method client-side validation does not seem to be supported. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to