Override appendOptionHtml in a DropDownChoice with setRequired(true)

2007-09-25 Thread bebetu
Hi, I am using Wicket 1.3 beta3. I want to have a mandatory DDC in a WizardStep so I have ddc.setRequired(true). I've overridden appendOptionHtml to handle the option rendering and I noticed that whenever I submit the step with a valid selection on the DDC, I get a feedback error message saying

Re: Override appendOptionHtml in a DropDownChoice with setRequired(true)

2007-09-25 Thread Igor Vaynberg
sounds to me like you are not overriding it correctly. -igor On 9/25/07, bebetu [EMAIL PROTECTED] wrote: Hi, I am using Wicket 1.3 beta3. I want to have a mandatory DDC in a WizardStep so I have ddc.setRequired(true). I've overridden appendOptionHtml to handle the option rendering and I