On my ModalWindow I have a number of (about 6) TreeTables, all using
Ajax, generated in a ListView. 

These trees have some equal nodes, but are not exact the same. 

When I expand the roots of one of these, everything is fine.

However, if I want to Expand one of the subnodes of the root,
onClick(AjaxRequestTarget target) is called not on the owing TreeTable
but always on the last TreeTable.

One TreeTable works fine, what can be the cause wicket always wants to
expand nodes of the last one in case I have multiple TreeTables?

 

Jaap

 

Reply via email to