|
From: Juergen H. <ju...@in...> - 2005-01-14 15:29:18
|
Rob, I've reviewed the new version of AbstractJasperReportsView and modified it a bit. Most importantly, I've changed the "subReports" property of type Map into "subReportUrls" of type Properties. Effectively, that property just accepts String values that represent a resource location, just like the "url" property does for the main report. Furthermore, I've renamed the "subReportDataSources" property to "subReportDataKeys", to follow the "reportDataKey" property for the main report. This gives us a higher degree of consistency: "url" and "reportDataKey" for the main report (as before), and "subReportUrls" and "subReportDataKeys" for sub reports. I hope you're happy with those changes! We should finalize this ASAP - I'd like to release Spring 1.1.4 on Sunday. Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...]On Behalf Of Rob Harrop Sent: Thursday, January 13, 2005 12:07 PM To: spr...@li... Subject: [Springframework-developer] JasperReports Extensions All, I committed the JasperReports extensions a few days ago, along with the sample application. Do I need to to anything special to have the sample application included in the nightly build? Rob ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |