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=37300>. 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=37300 ------- Additional Comments From [EMAIL PROTECTED] 2005-11-02 13:29 ------- My bad, I thought I had tested this, but its still doesn't work :-( Theres nothing wrong with the parseInt() change but Integer, Byte and Short validators also call the isAllDigits() method which checks for valid octal digits (i.e. "01234567") if the first digit is a zero. I have added a new isDecimalDigits() function in validatorUtilities.js and changed the Integer, Byte and Short validators to use it (also the isAllDigits () function has been moved into the validatorUtilities.js). http://svn.apache.org/viewcvs?rev=330243&view=rev -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
