You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Quinton McCombs <qm...@nequalsone.com> on 2003/01/22 01:14:26 UTC

[SOURCE] Issue #TTWS37 modified

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>