> new Radio( "select", new PropertyModel( model, "selected" ))
you're setting the model of the Radio to the "selected" property of whatever is in the row model. What is in the row model? Have you tried just passing in the row model? Thomas On Tue, Jun 24, 2008 at 1:59 PM, jnorris <[EMAIL PROTECTED]> wrote: > > This problem is a real show-stopper for me so I really need some help if > anyone has done something similiar. I added > AjaxFormChoiceComponentUpdatingBehavior to the RadioGroup as mentioned in > another post and it hits onUpdate every time a radio button is selected. > However, I can't figure out 1) how to get the selected row item's data > object from the table and 2) what component to add to the AjaxRequestTarget > (tried the radio group but it throws an exception). > > BTW, I gave a prezo to my group a couple of weeks ago and there was some > real interest in migrating to wicket in place of our bloated legacy system, > providing I can finish off this proof of concept that I'm working on. > There > is also some pressure here to do a complete re-design in asp.net so I'm > really hoping to provide an alternative to doing that. If I can't get the > radio group in the table working soon I'll have to abandon the wicket > approach. So, any hints, help, url's to examples, etc. will be greatly > appreciated. > > Thanks, > Jim > -- > View this message in context: > http://www.nabble.com/help-with-RadioGroup-in-Table-tp18036005p18089479.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] > >
