Bin Name is required. (good!) null can not be greater than 2000 characters. (not good)
I'm actually using the same key to test both though. Here is my validation.xml file:
<form-validation>
<formset>
<form name="bin">
<field
property="title"
depends="required">
<arg0 key="label.bin.title"/>
</field>
<field
property="description"
depends="maxlength">
<arg0 name="fieldname" key="label.bin.title"/>
<arg1 name="maxlength" key="${var:maxlength}" resource="false"/>
<var>
<var-name>maxlength</var-name>
<var-value>2000</var-value>
</var>
</field>
</form>
</formset>
</form-validation>Any ideas anyone? Thanks,
Matt
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

