[Wicket-user] palette validator

2006-09-13 Thread Lusebrink, Scott E CTR DISA GIG-CS
Title: palette validator how can i make the selected list of a palette require, so that it is invalid if the selected list is empty. I can not get to the form components to add validators because the methods are all private.

Re: [Wicket-user] palette validator

2006-09-13 Thread Igor Vaynberg
palette.getRecorderComponent().setRequired(true);also please add an rfe to add a palette.setrequired() targetted for 1.3.-IgorOn 9/13/06, Lusebrink, Scott E CTR DISA GIG-CS [EMAIL PROTECTED] wrote: how can i make the selected list of a palette require, so that it is invalid if the