Re: wicket datatable, row selection, update another component

2016-10-31 Thread Rob Audenaerde
Thanks Martin, I ended up with doing something like this, but then using events so the components don't need to know each other. On Oct 28, 2016 14:40, "Martin Grigorov" wrote: > Hi, > > You can do: DetailsComponent#onConfigure() {dataTable.configure(); >

Re: wicket datatable, row selection, update another component

2016-10-28 Thread Martin Grigorov
Hi, You can do: DetailsComponent#onConfigure() {dataTable.configure(); configureMyself();} Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Oct 28, 2016 at 1:33 PM, Rob Audenaerde wrote: > Hi all, > > I have a DataTable which, in