You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2002/12/04 16:38:41 UTC

DO NOT REPLY [Bug 15070] New: - JavaScript Range Validation is Faulty

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: struts-dev@jakarta.apache.org
        ReportedBy: danny@muibros.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>