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-name>maxlength</var-name>
<var-value>300</var-value>
</var>
</field> 
But for some reason when the field is left blank the validator returns a message that 
the field is required even though I am NOT using the required validator. Does 
maxlength IMPLY required???? Has anybody else experienced this behaviour?
Regards,

Max Kremer


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to