Re: Problem with dynamic insertion to Tree

2009-05-29 Thread Bucyrus
PSkarthic wrote: Thanks for your reply i have been waiting for long time target.addComponent(this); also does not solved my problem. if i click a node the child is created under the node but doesn't expanded but when i click it second time then it expands but with two child. For

Re: Panel switching in LinkTree.onNodeLinkClicked() doesn't work

2009-05-27 Thread Bucyrus
Im using a org.apache.wicket.extensions.markup.html.tree.Tree now instead of a LinkTree. This seems to work. Don't forget to call setOutputMarkupId ( true) for all panels before they get displayed. -- View this message in context:

Re: Panel switching in LinkTree.onNodeLinkClicked() doesn't work

2009-05-27 Thread Bucyrus
Andreas Bürgel (Bucyrus) wrote: Im using a org.apache.wicket.extensions.markup.html.tree.Tree now instead of a LinkTree. This seems to work. Don't forget to call setOutputMarkupId ( true) for all panels before they get displayed. I forgot to say that had to add the panel