Hallo,
I am using Jasper reports & once I open my report in pdf format, how can
I redirect the page to "mainMenu.html", now its opening report and the
page is blank,
Here my struts.xml look like,
<package name="jasper" extends="jasperreports-default"
namespace="/jasper">
<action name="routingByDestination" class="reportAction"
method="routingByDestination">
<result name="success" type="jasper">
<param name="location">
/jasper/routingByDestination.jasper </param>
<param
name="dataSource">reportRoutingByDestinationList</param>
<param name="format">PDF</param>
</result>
</action>
</package>
Thanks a lot.