Martijn Dashorst <[EMAIL PROTECTED]> writes: > All form components now have a method 'setRequired'. This tells > whether the component must have a value != null (or empty string) or > not. The DDC has a set of methods that deal with the same stuff: > - isNullValid() / setNullValid(boolean nullValid) > > This can be replaced with 'isRequired/setRequired'. Any objections to > deprecating them, replacing the contents with "return !isRequired();" > and "setRequired(!nullValid)", and making them final?
Any decision on this? nullValid is still in 1.3-beta1. It is plain confusing and really equivalent to (!required).