I don't understand - you want to open the PDF *and* redirect to another page in the background? The blank page could be caused by the browser you're using. Some open PDFs in the browser, some don't. Have you tried another browser to reproduce the behavior?
Matt On 8/6/07, Srini Bobbala <[EMAIL PROTECTED]> wrote: > > > > > 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. > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
