tckPage.setNavigation(tckNav);
tckPage.setFragments(rowFragments);
try {
org.apache.pluto.portalImpl.aggregation.Fragment rootFragment =
tckPage.build(getServletConfig(), root);
root.addChild(rootFragment);
} catch (Exception e) {
log("Exception in building new TCK page occured! "+e.getMessage());
throw new ServletException("Exception in building new TCK page occured!", e);
}