Re: [S2]Datasource is null in JasperReports integration

2007-11-01 Thread carmi_cd
i have done what you suggested but got the same errors..thanks again. strutstwouser wrote: > > I guess you need to have reportData as a field in the Action and do > setReportData(reportData) in execute() after populating it. > > On 10/26/07, carmi_cd <[EMAIL PROTECTED]> wrote: >> >> >> i'm

Re: [S2]Datasource is null in JasperReports integration

2007-10-26 Thread j alex
I guess you need to have reportData as a field in the Action and do setReportData(reportData) in execute() after populating it. On 10/26/07, carmi_cd <[EMAIL PROTECTED]> wrote: > > > i'm new in integrating JasperReports and Struts 2..my problem is its > always > saying that my datasouce is > nul