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

RE: Problems with validator framework

2006-09-13 Thread Strachan, Paul
what I would do is: 1. keep form properties as String (and consider using DynaValidatorForm) 2. use the "required,float" or "required,int" validation 3. use BeanUtils.populate method to map the form onto a typed object (property names must match) From: Heidy Guti

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 validator with IE