DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31971>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31971 Client-side javascript validation incorrect for new commons-validator Summary: Client-side javascript validation incorrect for new commons-validator Product: Velocity Version: 1.1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Tools AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] As of the new version of commons-validator, the validation functions now take the form: formName_required formName_DateValidations ... and so on. The current version of ValidatorTool generates names in the form: required DateValidations ... I've submitted a patch for ValidatorTool.java that will generate the correct form validation function names. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
