Re: Jasper plugin

2007-07-10 Thread aretobios
uses a javax.sql.DataSource from JNDI. It also > will take request parameters and translate them into java objects in > order to pass into the JasperReports engine. > > > > aretobios wrote: >> I have created some reports with iReport and I tried to integrated th

Jasper plugin

2007-07-10 Thread aretobios
I have created some reports with iReport and I tried to integrated them with my struts2 web application. While the documentation for the jasperReport plugin explains how to use a datasource and a compiled template to generate a report, I wasn't able to find out how to use a database connection as