Issue TTWS31 has just been modified by user quintonm
You can view the issue detail at the following URL:
<http://scarab.werken.com/issue/id/TTWS31>
The following modifications were made to this issue:
Oh, one other workaround....
For each field that you need to call setRequired() on, you could instead check to see
if the value of the field is null. If so, you would call field.setMessage(
errorMessage) and throw an exception. You would do this after you call
group.isAllValid().
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>