Re: Struts and Jasper Reports

2005-02-25 Thread Marco Sindoni
Hi! Usually in my struts applications I use the compiled jasper file (.jasper), without recompiling the .jrxml at each request. I've created a class named JasperReportExporter: package utils.report; import java.sql.Connection; import java.util.HashMap; import net.sf.jasperreports.engine.JREmptyDa

Re: Struts and Jasper Reports

2005-02-25 Thread Martin Gainty
did you email Support for Jasper Assistant? [EMAIL PROTECTED] Martin - Original Message - From: "Saurabh Bhatla" <[EMAIL PROTECTED]> To: "struts" Sent: Friday, February 25, 2005 12:26 PM Subject: Struts and Jasper Reports hi all I am trying to use jasper reports in struts but when i t