RE: Password Validation MinLength not checked, not going to be?

2003-11-23 Thread Daniel A. Torrey
..and right after I send my reply, I remember that I have the tag commented out to test server-side validations... I'd like to be able to use to generate validations for selected fields, and let others pass through to the server-side code, for just this reason. There would have to be a way to i

Re: Password Validation MinLength not checked, not going to be?

2003-11-23 Thread Daniel A. Torrey
Hmmm...don't know about depends=required,minlength, but depends=required,minlength,mask seems to be working for me. The snippet below correctly generates three different types of error messages as expected. I guess I'd agree that required,minLength is a little lame for password validation, but he

RE: Password Validation MinLength not checked, not going to be?

2003-11-23 Thread Joe Hertz
Of course, right after I send it, I find the updated bug report under Commons Validator, still open: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23652 > -Original Message- > From: Joe Hertz [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 23, 2003 6:55 AM > To: 'Struts Users Maili