Or maybe the @SkipValidation annotation?

On 5/3/07, Martin Gainty <[EMAIL PROTECTED]> wrote:

struts-default.xml has the ability to exclude methods as in this example
which excludes methods (method1, method2) from validation

<interceptor-ref name="defaultStack">
<param name="validation.excludeMethods">method1,method2</param>
</interceptor-ref>

Martin--

Reply via email to