final Tabpanel listTab = (Tabpanel) Path
.getComponent("/outerIndexWindow/secLoginlogMainWindow/tabPanelLoginStatistic");
listTab.getChildren().clear();
final Panel panel = new Panel();
final Panelchildren pChildren = new Panelchildren();
panel.appendChild(pChildren);
listTab.appendChild(panel);
// call the zul-file and put it on the tab.