There is a problem with Intake's Field object that on some of my fields,
getMessage is blank even though there is a validation error for that field
(isAllValid = false).

Does anyone know what the problem may be? Here is my intake group:

<field name="myNumber" key="MyNumberKey" type="int">
<rule name="required" value="true">This field is required.</rule>
<rule name="mask" value="[0-9]+">Must be a number between 10 and
1000.</rule>
<rule name="minValue" value="10">Must be greater than 10.</rule>
<rule name="maxValue" value="1000">Must be less than 1000.</rule>
</field>

The message is pupulated with the "required" rule, but doesn't populate with
the other rules.

Any help is greatly, greatly, greatly appreciated!!!

Thank You.

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

Reply via email to