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: Formless DropDownChoice selected value is null

2007-09-23 Thread bebetu
, bebetu [EMAIL PROTECTED] wrote: Hi, I have a DropDownChoice in a WizardStep component (Wicket 1.3 beta 3) and I want to read the selected value then update a text label based on selection as well as disable the Next button if the user hasn't made a selection. First of all I cannot get

Formless DropDownChoice selected value is null

2007-09-22 Thread bebetu
Hi, I have a DropDownChoice in a WizardStep component (Wicket 1.3 beta 3) and I want to read the selected value then update a text label based on selection as well as disable the Next button if the user hasn't made a selection. First of all I cannot get the selected value when I run the code

Add image to DropDownChoice

2007-09-15 Thread bebetu
I am trying to embed images into options of a DropDownChoice but I haven't succeeded so far nor I could find examples regarding this. Any idea how to do this? Thanks! florin -- View this message in context: http://www.nabble.com/Add-image-to-DropDownChoice-tf4449619.html#a12695493 Sent from

Re: Flash object still visible underneath a ModalWindow

2007-09-12 Thread bebetu
as expected. I got the idea from here (check the last section): http://pipwerks.com/lab/swfobject/ florin Al Maw wrote: bebetu wrote: Hi, I am experiencing a strange issue with a ModalWindow behavior (I'm using wicket 1.3 beta3). The main page content contains a flash object (I'm using

Re: Flash object still visible underneath a ModalWindow

2007-09-10 Thread bebetu
is available... Thanks, florin Al Maw wrote: bebetu wrote: Hi, I am experiencing a strange issue with a ModalWindow behavior (I'm using wicket 1.3 beta3). The main page content contains a flash object (I'm using a SWFObject to render it) and when a ModalWindow pops-up over this content