RE: RE: Validator won't kick-in

2003-02-10 Thread Robert Morse
Jameson; Struts Users Mailing List Subject: RE: RE: Validator won't kick-in Hello, No, I don't have that. I jut added it and tried it, but it didn't change anything - Validator still didn't kick in. I have not seen this mentioned in any docs. Any help would be appreciated

Re: Validator won't kick-in

2003-02-10 Thread Evan Schnell
: RE: Validator won't kick-in Yes I did :) My original email actually shows that my 'loginForm' is of type org.apache.struts.validator.DynaValidatorForm I am also using input=... in the action mapping. Here is the action mapping in question: action path= /Login

Re: Validator won't kick-in

2003-02-10 Thread Robert Leland
Evan Schnell wrote: Robert Morse wrote: Have you gotten anywhere with this? I'm seeing the exact problem, and I'm not using a DynaValidatorForm. No errors are displayed, no exceptions thrown. It's as though the validator just isn't getting invoked. The failure to log consistently means that

RE: RE: Validator won't kick-in

2003-02-05 Thread Stuart Jameson
: Validator won't kick-in Yes I did :) My original email actually shows that my 'loginForm' is of type org.apache.struts.validator.DynaValidatorForm I am also using input=... in the action mapping. Here is the action mapping in question: action path= /Login

RE: RE: Validator won't kick-in

2003-02-05 Thread otisg
: Validator won't kick-in Yes I did :) My original email actually shows that my 'loginForm' is of type org.apache.struts.validator.DynaValidatorForm I am also using input=... in the action mapping. Here is the action mapping in question: action path= /Login

RE: RE: Validator won't kick-in

2003-02-05 Thread Pani, Gourav
-in -Original Message- From: otisg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 05, 2003 10:04 AM To: Stuart Jameson; Struts Users Mailing List Subject: RE: RE: Validator won't kick-in Hello, No, I don't have that. I jut added it and tried it, but it didn't change anything

RE: RE: Validator won't kick-in

2003-02-05 Thread otisg
; Struts Users Mailing List Subject: RE: RE: Validator won't kick-in Hello, No, I don't have that. I jut added it and tried it, but it didn't change anything - Validator still didn't kick in. I have not seen this mentioned in any docs. Any help would be appreciated. Thank you, Otis

Validator won't kick-in

2003-02-04 Thread otisg
Hello, I am trying to use Commons Validator with Struts, but I can't get it to 'kick in'. I am using the CVS HEAD version of Struts and Taglibs, and Validator I just built from CVS the other day. My Struts config has a 'loginForm' defined as: form-bean name=loginForm

RE: Validator won't kick-in

2003-02-04 Thread Tennent, Erik
To: [EMAIL PROTECTED] Subject: Validator won't kick-in Hello, I am trying to use Commons Validator with Struts, but I can't get it to 'kick in'. I am using the CVS HEAD version of Struts and Taglibs, and Validator I just built from CVS the other day. My Struts config has a 'loginForm

Re: RE: Validator won't kick-in

2003-02-04 Thread otisg
-Original Message- From: otisg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 3:16 PM To: [EMAIL PROTECTED] Subject: Validator won't kick-in Hello, I am trying to use Commons Validator with Struts, but I can't get it to 'kick in'. I am using the CVS HEAD