[jasperreports-questions] HEP: I don't see the image!!

2009-02-11 Thread Esaú Castillo Contreras
Hi!! I generated a file jrxml using the iReport 3.0.0 and when I try to print the report in a servlet the html doesn't show the images of a 3D Chart, This is the code in my servlet JasperReport jasperReport = JasperCompileManager.compileReport(jrxmlPath); JasperPrint

Re: [jasperreports-questions] HEP: I don't see the image!!

2009-02-11 Thread murat migdisoglu
I'm sending you a part of my code: my web.xml contains: servlet servlet-nameImageServlet/servlet-name servlet-class net.sf.jasperreports.j2ee.servlets.ImageServlet /servlet-class /servlet servlet-mapping