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 in the panelChildren on the tab.
Executions.createComponents("/WEB-INF/pages/sec_loginlog/secLoginLogList.zul", pChildren, null);
}