RE: validator with password fields

2003-06-04 Thread Raible, Matt
You're probably doing something wrong - it works fine for me. Matt -Original Message- From: Brian McSweeney [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 8:42 AM To: Struts Users Mailing List Subject: validator with password fields Hi all, when trying to make a password field

Re: validator with password fields

2003-06-04 Thread David Graham
Javascript for password fields is intentionally limited for security reasons. The only javascript validation that runs on password fields is the required check. What version are you using? David Hi all, when trying to make a password field required using the validator, the javascript

Re: validator with password fields

2003-06-04 Thread Brian McSweeney
yep, that's it. I see that the required field is the only one that works. Can you tell me why this is? - Original Message - From: David Graham [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 4:02 PM Subject: Re: validator with password fields Javascript

RE: validator with password fields

2003-06-04 Thread Chen, Gin
[mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 11:32 AM To: Struts Users Mailing List Subject: Re: validator with password fields yep, that's it. I see that the required field is the only one that works. Can you tell me why this is? - Original Message - From: David Graham [EMAIL

Re: validator with password fields

2003-06-04 Thread Brian McSweeney
Ah... I see. thanks! - Original Message - From: Chen, Gin [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 4:44 PM Subject: RE: validator with password fields javascript is clientside. Therefore, any password you validate in javascript