try {
WindowTabs tabs = new WindowTabs(this, vars, tabId, windowId);
xmlDocument.setParameter("parentTabContainer", tabs.parentTabs());
xmlDocument.setParameter("mainTabContainer", tabs.mainTabs());
xmlDocument.setParameter("childTabContainer", tabs.childTabs());
NavigationBar nav = new NavigationBar(this, vars.getLanguage(),
"../ExpenseInvoice/ExpenseInvoice_Relation.html", classInfo.id, classInfo.type,
strReplaceWith, tabs.breadcrumb());
xmlDocument.setParameter("navigationBar", nav.toString());
LeftTabsBar lBar = new LeftTabsBar(this, vars.getLanguage(),
"../ExpenseInvoice/ExpenseInvoice_Relation.html", strReplaceWith);
xmlDocument.setParameter("leftTabs", lBar.editionTemplate());
} catch (Exception ex) {
throw new ServletException(ex);