Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
-
Operating System: Windows XP
Platform: Sun
-
38581
Description
Downloaded the struts 1.2.8 and tried the validator framework(for client and
server side validations).
It worked fine in IE6 and Netscape 7.2 but in netscape 4.7 it gives the
following error:
'form.getAttributeNode is not a function'
Tried changing the form.getAttributeNode to form.getAttribute, but no luck. It
said 'form.getAttribute is not a function'.
Can anyone throw some light on it