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 pa
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.