maxlength validator implies required???

2003-10-07 Thread Max Kremer
Hi, I'm using the maxlength validator as follows in validator.xml field property=description depends=maxlength arg0 key=prompt.description/ arg1 name=maxlength key=${var:maxlength} resource=false/ var var-namemaxlength/var-name var-value300/var-value /var /field But for some reason when the

RE: maxlength validator implies required???

2003-10-07 Thread Fenderbosch, Eric
: Max Kremer [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 13:13 To: [EMAIL PROTECTED] Subject: maxlength validator implies required??? Hi, I'm using the maxlength validator as follows in validator.xml field property=description depends=maxlength arg0 key=prompt.description/ arg1 name

re[2]: maxlength validator implies required???

2003-10-07 Thread Max Kremer
=errors.maxlength Does your depends specify required? -Original Message- From: Max Kremer [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 13:13 To: [EMAIL PROTECTED] Subject: maxlength validator implies required??? Hi, I'm using the maxlength validator as follows