I opened

 * https://issues.apache.org/struts/browse/WW-2191

for this, and noted the setting in the Validators documentation.

Thanks for pointing this out, Veronica!

-Ted.

On 8/10/07, Veronica Iturrioz <[EMAIL PROTECTED]> wrote:
> You must to set the property validateAnnotatedMethodOnly=true, and the 
> validation occurs only for the correct methods.
>
> <interceptor-ref name="validation">
>     <param name="validateAnnotatedMethodOnly">true</param>
>     <param name="excludeMethods">input,back,cancel,browse</param>
> </interceptor-ref>
>
> but this is ok for server validation, not for client validation.
> Anybody know how to resolve that for client validations?
>
>
> Veronica.

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

Reply via email to