Re: [6.4.0] RadioColumn event in dataTable

2013-01-07 Thread dmalescot
thanks, it works perfectly :) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/6-4-0-RadioColumn-event-in-dataTable-tp4655161p4655178.html Sent from the Users forum mailing list archive at Nabble.com.

Re: [6.4.0] RadioColumn event in dataTable

2013-01-05 Thread Martin Grigorov
Hi, You have to override AjaxEventBehavior's #updateAjaxAttributes() method and do attributes.setAllowDefault(true). On Fri, Jan 4, 2013 at 5:17 PM, dmalescot d.males...@gmail.com wrote: Hello, I am trying to migrate from 1.5 to 6.4 wicket, and i have a problem with dataTable and

[6.4.0] RadioColumn event in dataTable

2013-01-04 Thread dmalescot
Hello, I am trying to migrate from 1.5 to 6.4 wicket, and i have a problem with dataTable and RadioColumn. I have a RadioGroup with a dataTable : RadioGroupS radioGroup = new RadioGroupS( radioGroup, new PropertyModelS( CustomTable.this, selectionRadio ) ); radioGroup.add( datatable ); I