|
Page Created :
WW :
How can we change which methods are excused from validation
How can we change which methods are excused from validation has been created by Ted Husted (Nov 08, 2006). Content:By default, the methods input, back, cancel, and browse are excluded from validation. These method names are provided as a parameter to the validation interceptor as configured in the struts-default package. To change the excluded methods, we just need to change the parameter. <action name=xxx> <interceptor-ref name="defaultStack"> <param name="validation.excludeMethods">method1,method2</param> </interceptor-ref> </action> |
Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request
Unsubscribe or edit your notifications preferences
Unsubscribe or edit your notifications preferences
