Re: wicket datatable, row selection, update another component

2016-10-28 Thread Rob Audenaerde
Whoops! You are correct! Sorry 'bout that. On Fri, Oct 28, 2016 at 1:26 PM, Alan Woodward wrote: > Hi Rob, I think you posted this to the wrong mailing list? > > Alan Woodward > www.flax.co.uk > > > > On 28 Oct 2016, at 12:13, Rob Audenaerde > wrote: > > > > Hi all, > > > > I have a DataTable w

Re: wicket datatable, row selection, update another component

2016-10-28 Thread Alan Woodward
Hi Rob, I think you posted this to the wrong mailing list? Alan Woodward www.flax.co.uk > On 28 Oct 2016, at 12:13, Rob Audenaerde wrote: > > Hi all, > > I have a DataTable which, in onConfigure(), sets a selected item. I want > another (detail) panel, outside of this component, to react on t

wicket datatable, row selection, update another component

2016-10-28 Thread Rob Audenaerde
Hi all, I have a DataTable which, in onConfigure(), sets a selected item. I want another (detail) panel, outside of this component, to react on that selection i.e. set it's visibility and render details of the selected item. What I see is that the onConfigure() of the detail component is called B