Hi, We have upgraded to Struts 1.2.2 , but we have encountered a problem. Embedded JavaScript validators use the following code
function validateRequired(form) { var isValid = true; var focusField = null; var i = 0; var fields = new Array(); var formName = form.getAttributeNode("name"); ... However, getAttributeNode is compatible with IE6.0+. Still many clients use IE5.0 & 5.5. Does anyone know whether this incopatibility will be fixed? Regards, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]