return listReports(mapping, form, request, response);
}
public ActionForward createReportRequestPostback(final ActionMapping mapping, final ActionForm form,
final HttpServletRequest request, final HttpServletResponse response) {
EventReportQueueJobBean bean = getRenderedObject("bean");
request.setAttribute("bean", bean);
RenderUtils.invalidateViewState();
return mapping.findForward("createReportRequest");