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

2002-10-25 Thread Nekkalapudi, Viplava
: Struts Users Mailing List Cc: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Subject: RE: JavaScript Validation: MinLength & MaxLength Functions Don't Work Hi, If you have noticed the validation would stil occur at the back end (java part). If you want password also to be val

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

2002-10-24 Thread Nekkalapudi, Viplava
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 interesting ... sorry if this has been discussed to death already. If so, i'll shut up. =)

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

2002-10-24 Thread bachan s
g LLC - http://www.chikli.com -Original Message- From: Dave Derry [mailto:dderry@;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 thin

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

2002-10-24 Thread Nekkalapudi, Viplava
m: Dave Derry [mailto:dderry@;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. Specify

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 Nekkalapudi, Viplava
, 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. Since minLength is mentioned required is not necesary. Try it and l

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 cha

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

2002-10-24 Thread Hajratwala, Nayan (N.)
ay, 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 th

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

2002-10-24 Thread bachan s
emoved the stuff for maxlength. -Original Message- 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 requi