Here's what I do to have the Palette required :
Palette palette = new Palette(...) {
@Override
protected Recorder newRecorderComponent() {
Recorder rec = super.newRecorderComponent();
rec.setRequired(true);
return rec;
}
};
--
View this message in context:
http://www.nabble.com/Palette-and-Require-Validator-tp16348401p22690814.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]