// extend the controller
table.getDispatcher().addRequestListener(null, null, dispatcher);
HttpSession session = context.getSession();
SpagoBICrossNavigationConfig cninfo = (SpagoBICrossNavigationConfig) session.getAttribute(SpagoBICrossNavigationConfig.ID);
DomDecorator cr = new DomDecorator(table.getCellBuilder(), cninfo);
table.setCellBuilder(cr);
}