Github user DenizR commented on the issue:
https://github.com/apache/struts/pull/71
I have tested all old and latest version of all struts2 core and struts2
jasper reports plugin version without success if I call in my report A a
subreport B via "`new
net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{maintenanceBookletItemDAOList})"`
and
"`<result name="success" **type="jasper"** >`"
```
<action name="printAllMaintenanceBookletEntries"
class="..myhiddenpackage..MaintenanceBookletAction"
method="printAllMaintenanceBookletEntries">
<result name="success" type="jasper" >
<param
name="location">/jasper/MaintenanceBookletEntries.jasper</param>
<param
name="dataSource">allMaintenanceBookletPrintDAOList</param>
<param name="format">PDF</param>
</result>
<result name="error">
/jsp/modernLayout/maintenanceBooklet/maintenanceEntries.jsp
</result>
</action>
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]