AW: LinkTree

2009-11-04 Thread Giambalvo, Christian
Hi, i did another way an that way worked. Replace markupContainer.add(new Label(DETAILS_PANEL_ID,label).setOutputMarkupId(true)); with private final Label labelToReplace = new Label(DETAILS_PANEL_ID,label).setOutputMarkupId(true); markupContainer.add(labelToReplace); ... And in

Re: AW: LinkTree

2009-11-04 Thread jahid
Ohh my bad, i was trying to replace the targetPanel to the page, not to the markupContainer. Now its working! :) Thanks guys! //Jahid Giambalvo, Christian wrote: Hi, i did another way an that way worked. Replace markupContainer.add(new