Thursday, November 15, 2012

Actual Use Of validate and input in struts config file

These attributes are only used if you're using the Struts Validator Framework or if you override the validate(...) method of your ActionForm. The validate attribute indicates whether or not validation will be performed for this action, and the input attribute indicates where to forward if there is a validation error.

For more information on how to use the validator framework, see the Struts Validator Guide.
[ July 25, 2008: Message edited by: Merrill Higginson ]

http://www.coderanch.com/t/59130/Struts/Actual-validate-input-struts-config

No comments:

Post a Comment