you need to override updatemodel instead and from there call radiogroup.setmodelobject(whatever)
-igor On Tue, Sep 30, 2008 at 10:30 AM, eviladam <[EMAIL PROTECTED]> wrote: > > Hey folks, > Something I've been trying to figure out for far too long now is how I might > use a DropDownChoice to supply the value for just one of my RadioGroup > inputs. At this point I've created a FormComponentPanel that contains a > Radio and a DropDownChoice with convertInput() setting the value from the > model selected in the DropDownChoice. I'm having trouble wrapping my head > around how to bind that value such that the associated RadioGroup model > receives the right value. When I step through it convertInput() correctly > employs setConvertedInput() with an appropriate value but the PropertyModel > attached to the RadioGroup remains null. > > Does anyone have any advice or examples they can share? I think I may be > going down the wrong path and perhaps I should be trying to extend Radio in > some manner? > > Cheers! Thanks in advance. > --adam > -- > View this message in context: > http://www.nabble.com/Radio-with-DropDownChoice-tp19746830p19746830.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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
