Re: Problems with validator

2006-11-15 Thread Juanjo Cuadrado
Sorry, my question already was answered in another thread. The next time, I will search for before to ask. 2006/11/15, Juanjo Cuadrado <[EMAIL PROTECTED]>: Hi, Can I use the forms of kinds "ValidatorActionForm" and "ValidatorForm" with the feature validator? I'm using this feature but it o

Problems with validator

2006-11-15 Thread Juanjo Cuadrado
Hi, Can I use the forms of kinds "ValidatorActionForm" and "ValidatorForm" with the feature validator? I'm using this feature but it only works when my forms are of kinds "DynaValidatorForm".

RE: Problems with validator framework

2006-09-13 Thread Strachan, Paul
___ From: Heidy Gutiérrez Guzmán [mailto:[EMAIL PROTECTED] Sent: Wed 13/09/2006 11:13 PM To: [email protected] Subject: Problems with validator framework Hi I need to validate a form with fields wich data type is "int" and "float" The validation that i use is "

Problems with validator framework

2006-09-13 Thread Heidy Gutiérrez Guzmán
Hi I need to validate a form with fields wich data type is "int" and "float" The validation that i use is "required", but that doesn't work. The fields are initilialized with default values (o for int types) and (0.0for float types). Whit string data types, validator works fine. If somebody w

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: