fine by me On 4/9/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote:
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? Martijn -- Learn Wicket at ApacheCon Europe: http://apachecon.com Join the wicket community at irc.freenode.net: ##wicket Wicket 1.2.5 will keep your server alive. Download Wicket now! http://wicketframework.org