2013/10/7 Alireza Fattahi <[email protected]>:
> 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: [email protected]
For additional commands, e-mail: [email protected]