DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15070>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15070 JavaScript Range Validation is Faulty Summary: JavaScript Range Validation is Faulty Product: Struts Version: Nightly Build Platform: All OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: Validator Framework AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When deprecating the range validation to intRange, validateIntRange is called instead of validateRange. validateIntRange expects an object type of intRange whereas the javascript object type being generated is range. this yields to javascript errors. this would mainly assist in preserving backwards compatibility. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
