Re: cvs commit: jakarta-commons/validator/src/javascript/org/apache/commons/validator/javascript validateUtilities.js validateByte.js validateCreditCard.js validateDate.js validateEmail.js validateFloat.js validateFloatRange.js validateIntRange.js validateInteger.js validateMask.js validateMaxLength.js validateMinLength.js validateRequired.js validateShort.js

2004-03-27 Thread Nacho Gonzalez
What you probably want is the following: oAttribute = object.getAttributeNode(sName) This works in IE since 4.0. Of course it works with every DOM Level 1 compliant browser. http://www.w3.org/TR/2000/WD-DOM-Level-1-2929/

validator inheritance

2004-03-22 Thread Nacho Gonzalez
Here are the diff files for validator_1_0.dtd, org.apache.commons.validator.FormSet and org.apache.commons.validator.Form. I have also done the tests. Should I include them as plain text or attach them? The test would be a validation.xml file and the TestCase. I didn't follow exactly the

validator inheritance

2004-03-19 Thread Nacho Gonzalez
Here is the aproach I was thinking of. I beleive there should only be changes in no more than 2 classes and 1 file: validator.dtd:!ATTLIST formname CDATA #REQUIRED extends CDATA #IMPLIED