Re: LinkTree will not be updated

2009-04-27 Thread ElenaStoll
James McLaughlin gmail.com> writes: > > add tree.updateTree(target) before adding the tree to the target. > > hth, > jim Thank you for your quick response, but your proposal has not helped me, unfortunately. The tree remains as it is and it will not be updated. Thanks elena

Re: LinkTree will not be updated

2009-04-22 Thread James McLaughlin
add tree.updateTree(target) before adding the tree to the target. hth, jim > > tree.addTreeListener(new TreeListener() { > >@Override >public void onActivityClicked(String nameOfNode,AjaxRequestTarget >target){ >

LinkTree will not be updated

2009-04-22 Thread ElenaStoll
I have a problem with LinkTree in Wicket, namely : I have a LinkTree where NodeComponent a TreeLinkIconPanel is. TreeLinkIconPanel is a subclass of LinkIconPanel. public TreeLinkIconPanel(String id, IModel model, BaseTree tree) { super(id, model, tree); } Where a content as a label and i