minLength and maxLength (case is important and I am an idiot)

Done and done.  Thanks Dave for helping where you could.  Much appreciated.

Skip.

Skip Hollowell wrote:
Now, if I could only figure out why I am getting errors on the minlength
and maxlength of my stringlength validator:
   <field name="payment.ccExpDate">
        <field-validator type="requiredstring">
            <message key="requiredstring"/>
        </field-validator>
        <field-validator type="stringlength">
          <param name="minlength">4</param>
          <param name="maxlength">4</param>
          <message key="expDateLength"/>
        </field-validator>
    </field>

WARNING: Caught OgnlException while setting property 'minlength' on type
'com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator'.
ognl.NoSuchPropertyException:
com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator.minlength




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

Reply via email to