* Martijn Dashorst:
> 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?

+1

And I'd love to see spring cleaning on the constructors (5 for DDC
and 9 for ListMultipleChoice IIRC).
-- 
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

Reply via email to