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=38581>. 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=38581 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|error: form.getAttributeNode|[validator] error: |is not a function in |form.getAttributeNode is not |netscape 4.7 |a function in netscape 4.7 ------- Additional Comments From [EMAIL PROTECTED] 2006-02-08 22:46 ------- Struts 1.2.8 ships with Commons Validator 1.1.4 - the latest version of Commons Validator (1.2.0) has changed how this works... 1) First it tests if the getAttributeNode method exists - if it does it uses it. 2) Second it tests if the getAttribute method exists - if it does it uses it. 3) Otherwise uses either "form.id" or "form.name" You can download Commons Validator 1.2.0 here: http://jakarta.apache.org/commons/validator/downloads.html Simply replace the Commons Validator jar in your struts application to upgrade to Validator 1.2.0. More details of Version 1.2.0 and upgrading are here: http://wiki.apache.org/jakarta-commons/ValidatorVersion120 If you could try this version out with Netscape 4.7 and let us know if Validator 1.2.0 resolves this issue, thx. -- 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]
