hi,
i am working on CR9 and with JSP. I am using ReportExportControl to set and export the report in the desired format. After doing that i use the following
ReportExportControl .processHttpRequest(request, response, (getServletConfig()).getServletContext(), pageContext.getOut());
to generate the report. But after my report is generated, i get the following error
java.io.IOException: Output Stream already closed
Please help me, because of the this error, I am not getting the data in the reports.
Subendu
i am working on CR9 and with JSP. I am using ReportExportControl to set and export the report in the desired format. After doing that i use the following
ReportExportControl .processHttpRequest(request, response, (getServletConfig()).getServletContext(), pageContext.getOut());
to generate the report. But after my report is generated, i get the following error
java.io.IOException: Output Stream already closed
Please help me, because of the this error, I am not getting the data in the reports.
Subendu