Re: radiobuttons in DataView column

2012-06-18 Thread Dan12321
Thanks for help. It works :) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/radiobuttons-in-DataView-column-tp4650018p4650043.html Sent from the Users forum mailing list archive at Nabble.com. - To

Re: radiobuttons in DataView column

2012-06-17 Thread Sven Meier
Hi, if you want to have one Radio preselected, you should have the corresponding model object in the model of the radio group. Sven On 06/17/2012 06:48 AM, Dan12321 wrote: Thanks. I look at this, I try my code little chage, but it still doesn't work and I cannot see what is wrong in my

Re: radiobuttons in DataView column

2012-06-16 Thread Sven Meier
Take a look at RadioGroupPage from wicket-examples. It uses a ListView but the principles are the same. Hope this helps Sven On 06/16/2012 08:41 PM, Dan12321 wrote: Hello, I have got DataView and in one column are readiobuttons. I create list with items and one of them have got boolean=true.

Re: radiobuttons in DataView column

2012-06-16 Thread Dan12321
Thanks. I look at this, I try my code little chage, but it still doesn't work and I cannot see what is wrong in my code. When I come to page, one of radiobuttons should be selected. But no one is selected. I suppose, it could take value for radiobutton from model. But it does not take... -- View