HttpSession session = request.getSession(true);
int moduleId = getModuleId(request);
try {
String dataSource = Settings.getInstance().getSiteInfo(CVUtility.getHostName(super.getServlet().getServletContext())).getDataSource();
getReportList(request, dataSource, "StandardReport", ValueListConstants.STANDARD_REPORT_LIST_TYPE, ValueListConstants.standardReportViewMap, moduleId, new ArrayList());
session.removeAttribute("standardreportform");
} catch (Exception e) {
logger.error("[execute] Exception thrown.", e);
throw new ServletException(e);
}
// based on the module ID pick the forward name this name is used to set the selections on the left nav.