RE: FormValidation min-len/max-len does not work

2002-05-14 Thread Volker Schneider
it out the constraint-set... but I think in a real application it's better to use them. Best regards - Volker - -Original Message- From: Volker Schneider [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 14. Mai 2002 11:03 To: [EMAIL PROTECTED] Subject: FormValidation min-len/max-len does not work

FormValidation min-len/max-len does not work

2002-05-14 Thread Volker Schneider
Dear colleagues, I want to validate a field with the validation as follows: If I type in a string with 4 characters, validation is successful (but should not!). If I change validation to and type in some non-numeric characters, validation will fail (it should). What can be wrong? I