Because the method you're calling is being validated according to the methods to validate for the ValidationInterceptor (in struts.xml). You can add struts-annotations to your project's pom.xml and use @SkipValidation to skip validation for a given method.
Matt On 7/15/07, Fan <[EMAIL PROTECTED]> wrote:
I am using Appfuse 2.0-m5 struts basic module. How could I turn off the validation ? I tried <s:form id="facilityForm" action="searchFacility" method="post" validate="false"> but the validation still being triggered, why ? -- View this message in context: http://www.nabble.com/How-to-turn-of-validation-tf4082132s2369.html#a11602333 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
