2013/10/7 Alireza Fattahi <afatt...@yahoo.com>:
> Hi,
>
> There seems to be a bug in the config-browser plugin, Action Information, 
> validator tab.
>
> When I configure the validation as validateAnnotatedMethodOnly, the validator 
> tab still shows all the validations instead of method specific validations.
>
> I used @Validations for validating methods and @Action for defining actions.
>
> Please let me know if anyone has seen this issue before.

I'm not sure if that issue can be simply solved and
"validateAnnotatedMethodOnly" is a bit a hack - you can always use
@SkipValidation which has more sense or exclude given methods in
interceptor configuration:

                <interceptor-ref name="validation">
                    <param
name="excludeMethods">input,back,cancel,browse</param>
                </interceptor-ref>


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to