} */
Debug.logInfo("before set layout engine", module);
report.setLayoutEngine(new jimm.datavision.layout.HTMLLE(response.getWriter()));
Debug.logInfo("before run report", module);
report.runReport(); // Run the report in this thread
Debug.logInfo("after run report, end", module);
} catch (UserCancellationException e) {
throw new ViewHandlerException("User cancelled report", e);
} catch (FileNotFoundException e) {
throw new ViewHandlerException("Report file not found [" + page + "]", e);