Re: Struts2 JasperReport plugin - Parameters

2007-05-24 Thread Don Brown
Would you mind submitting this as a JIRA ticket, so we can get the improvement into the JasperReports plugin for other users? Don On 5/25/07, cristales <[EMAIL PROTECTED]> wrote: I solve my question, by this way; * add a property customParameters to JasperReportsResult with the respective set

Re: Struts2 JasperReport plugin - Parameters

2007-05-24 Thread cristales
I solve my question, by this way; * add a property customParameters to JasperReportsResult with the respective seter: public void setCustomParameters(String customParameters) { this.customParameters = customParameters; } * load the customParameters before to generate the report,

Re: Struts2 JasperReport plugin - Parameters

2007-05-23 Thread cristales
I think than adding a map property to the JasperReportsResult may help, but I don't know how to access this map object inside the JasperReportsResult on run time. Cristales cristales wrote: > > > How I can include parameters to the report in adition to the datasource, > to populate fields in