[
https://issues.apache.org/struts/browse/WW-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42845
]
Manoel Pimentel Medeiros commented on WW-2365:
----------------------------------------------
I again....
Just a information,
A other need for this issue, sometime, we must set the few parameters like
"JRXlsExporterParameter.IS_DETECT_CELL_TYPE" for solved few problems of numeric
values into a spreadsheet .
Regards,
Manoel Pimentel
www.visaoagil.com
> JasperReports plugin - exporter parameters via configuration
> ------------------------------------------------------------
>
> Key: WW-2365
> URL: https://issues.apache.org/struts/browse/WW-2365
> Project: Struts 2
> Issue Type: Improvement
> Components: Plugin - JasperReports
> Environment: n/a
> Reporter: J Alex
>
> Currently, there's no way to pass the exporter parameters to JasperReports
> plugin from outside. It'll be good if we can specify a map containing these
> parameters in struts.xml, and the plugin will use setParameters(java.util.Map
> parameters) to set these before generating the report
> <action name="newapp" class="GetMessagesAction">
> <result name="success" type="jasper">
> <param
> name="location">www/FirstReportTry.jasper</param>
> <param name="format">HTML</param>
> <param name="parse">false</param>
> <param name="dataSource">dsMap</param>
> <param
> name="exportParams">exporterParamterMap</param>
> </result>
> </action>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.