RE: JavaScript Validation: MinLength MaxLength Functions Don't Work

2002-10-25 Thread Nekkalapudi, Viplava
;acm.org] Sent: Thursday, October 24, 2002 4:14 PM To: Struts Users Mailing List Subject: Re: JavaScript Validation: MinLength MaxLength Functions Don't Work This has been explained before. I think it was by Ted. The reason has to do with security. Specifying bouinds on the length of a password

RE: JavaScript Validation: MinLength MaxLength Functions Don't Work

2002-10-24 Thread bachan s
- From: bachan s [mailto:bachan_anand;yahoo.com] Sent: Thursday, October 24, 2002 2:39 PM To: Struts Users Mailing List Subject: Re: JavaScript Validation: MinLength MaxLength Functions Don't Work Can you try removing the required from the depends for password and give minlength and maxlength

RE: JavaScript Validation: MinLength MaxLength Functions Don't Work

2002-10-24 Thread Hajratwala, Nayan (N.)
4:14 PM To: Struts Users Mailing List Subject: Re: JavaScript Validation: MinLength MaxLength Functions Don't Work This has been explained before. I think it was by Ted. The reason has to do with security. Specifying bouinds on the length of a password limits the universe of potential passwords

Re: JavaScript Validation: MinLength MaxLength Functions Don't Work

2002-10-24 Thread Dave Derry
This has been explained before. I think it was by Ted. The reason has to do with security. Specifying bouinds on the length of a password limits the universe of potential passwords that a cracker would need to test. And of course if he/she saw a message saying Password must be between 6 and 30

RE: JavaScript Validation: MinLength MaxLength Functions Don't Work

2002-10-24 Thread Nekkalapudi, Viplava
List Subject: Re: JavaScript Validation: MinLength MaxLength Functions Don't Work Can you try removing the required from the depends for password and give minlength and maxlength. Since minLength is mentioned required is not necesary. Try it and let ue know. this may be considered as a bug

Re: JavaScript Validation: MinLength MaxLength Functions Don't Work

2002-10-24 Thread bachan s
Can you try removing the required from the depends for password and give minlength and maxlength. Since minLength is mentioned required is not necesary. Try it and let ue know. this may be considered as a bug in struts too. Thanks ! Bachan Nekkalapudi, Viplava [EMAIL PROTECTED] wrote: My

RE: JavaScript Validation: MinLength MaxLength Functions Don't Work

2002-10-24 Thread bachan s
submit a patch. John Hohlen (and Viplava Nekkaplapudi) -Original Message- From: Hajratwala, Nayan (N.) [mailto:nhajratw;ford.com] Sent: Thursday, October 24, 2002 3:15 PM To: 'Struts Users Mailing List' Subject: RE: JavaScript Validation: MinLength MaxLength Functions Don't Work

RE: JavaScript Validation: MinLength MaxLength Functions Don't Work

2002-10-24 Thread Nekkalapudi, Viplava
: Thursday, October 24, 2002 4:14 PM To: Struts Users Mailing List Subject: Re: JavaScript Validation: MinLength MaxLength Functions Don't Work This has been explained before. I think it was by Ted. The reason has to do with security. Specifying bouinds on the length of a password limits