View tool that works with Struts Validator to produce client side javascript validation for your forms.
Usage:
Template example: $validator.getJavascript("nameOfYourForm") Toolbox configuration: <tools> <toolbox scope="request"> <tool class="org.apache.velocity.tools.struts.ValidatorTool"/> </toolbox> </tools>
This is an adaptation of the JavascriptValidatorTag from the Struts 1.1 validator library.
View tool that works with Struts Validator to produce client side javascript validation for your forms.
Usage:
Template example: $validator.getJavascript("nameOfYourForm") Toolbox configuration: <tools> <toolbox scope="request"> <tool class="org.apache.velocity.tools.struts.ValidatorTool"/> </toolbox> </tools>This is an adaptation of the JavascriptValidatorTag from the Struts 1.1 validator library.