birt « Tag « JSP-Servlet Q&A





1. Can't display SVG charts in Internet Explorer 8    stackoverflow.com

I made a servlet that runs and renders a BIRT report, using ReportEngine API. The only problem is that SVG images (charts) are not shown in Internet Explorer 8 or 7. While ...

2. Showing BIRT report in separate portions    stackoverflow.com

If several <birt:viewer> tags with the same reportDocument and different reportletIds are present on a JSP page, does the report run one time or multiple times? If second, is there any ...