How to display jasper reports in JSP page? I am using iReport1.3.3 tool to create
reports. I am struggling to display jasper report in JSP page.
Is it possible to pass ArrayList to jasper reports?
I need to display the report in PDF and EXcel format.
There seems to be a DefaultJasperViewer.jsp, it is mentioned on http://jasperforge.org/plugins/espforum/view.php?group_id=112&forumid=102&topicid=35938
I think it would be nicer to write a taglib. Take a look here: http://seamframework.org/Community/JasperReportsSeam This is related to JSF and Seam, but might give some inspiration.
I have written an struts (1.1) application that renders PDFs and CSVs. I would do this in an action handler:
UPDATE: feeding collections to JasperReports