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

2009-05-25 Thread Bürgel , Andreas
Hi folks, I want to exchange panels when special nodes of my main navigation tree object are clicked 8< public class Index extends AbstractPage { // constants private static String ID_MAIN_PANEL = "main_panel"; priv

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: http://www.nabble.com/Panel-switching-in-LinkTree.onNodeLinkCli

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 to the