Hi,

I'm running the jasper-webapp from the samples in Weblogic.  The problem is 
when I click on the export link, it brings up the new window, but then nothing 
happens - no pdf is displayed.  It exports fine into rtf and html formats 
though.  The compilation step is done via the following:

                InputStream is = 
context.getResourceAsStream("/reports/WebappReport.jrxml");
                    JasperDesign design = JRXmlLoader.load(is);
                    JasperReport report = 
JasperCompileManager.compileReport(design);
                    request.getSession().setAttribute("report", report);

which is then reused in FillServlet, HtmlServlet and JasperPrintServlet.  

Could someone help me with this or give me the pointers on what can be missing. 
 Did anyone experience anything similar?  I can attach the war file if needed.

TIA,
Simeon




==============================================================================
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==============================================================================


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions

Reply via email to