RE: Re: Problems with validator and IE 5.0

2005-06-28 Thread Mark Galbreath
Aside from the fact that Validator is a kluge, why ru developing for an obsolete browser? ~mark -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Lionel Sent: Tuesday, June 28, 2005 10:34 AM Nitesh wrote: > Guess you would need to modify the JavaScript in your validator-

Re: Problems with validator and IE 5.0

2005-06-28 Thread Lionel
Nitesh wrote: > Guess you would need to modify the JavaScript in your validator-rules > suitably!!! It is what I did, it works fine but this is not an good solution. I'll have to patch the javascript code each time I get a new commons-validator revision. Why did they use getAttributeNode ? :(

Re: Problems with validator and IE 5.0

2005-06-28 Thread Nitesh
Guess you would need to modify the JavaScript in your validator-rules suitably!!! HTH Nitesh - Original Message - From: "Lionel" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 28, 2005 4:08 PM Subject: Problems with validator and IE 5.0 Hi all! How can I use struts v

Problems with validator and IE 5.0

2005-06-28 Thread Lionel
Hi all! How can I use struts validator with IE 5.0 ? The "getAttributeNode" javascript function which is called to get the form name is not supported by IE 5.0. (using form.name would work...) Thanks. - To unsubscribe, e-mail: