Issue TTWS37 has just been modified by user quintonm

You can view the issue detail at the following URL:
     <http://scarab.werken.com/issue/id/TTWS37>

The following modifications were made to this issue:

The validator is being loaded correctly from intake.xml.  The doAssertValidity() 
method is not being called when the field is blank.  The DefaultValidator class will 
return from the assertValidity() method if the field is not required, the minLength is 
0, and the field is blank.  No other validations will be performed.

The fix for this is to add a required rule to the field.  




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

Reply via email to