Re: Struts 2 PASSING CONNECTION TO IREPORT

2012-02-25 Thread Frans Thamura
My experience with jasper, i prefer not use s2. Use direct query. It is painfull map s2 to report. On Feb 25, 2012 7:20 PM, "Thameem" wrote: > I have created some reports with iReport BY connecting to sql server > database, and I tried to integrated them with my struts2 web application. > While t

Re: Struts 2 PASSING CONNECTION TO IREPORT

2012-02-25 Thread Dave Newton
The JR plugin expects the datasource to be the S2 action, not a connection. If you have an existing JR report you may want to consider just keeping it as-is and streaming back the result. Dave On Sat, Feb 25, 2012 at 12:20 AM, Thameem wrote: > I have created some reports with iReport BY connec