Hi Ron, I think you're using the following option in your code: JRHtmlExporter exporter = new JRHtmlExporter(); exporter.setParameter(JRHtmlExporterParameter.IS_USING_IMAGES_TO_ALIGN, Boolean.TRUE);
If you use IS_USING_IMAGES_TO_ALIGN then Jasper try to align the layout of your report using "invisible" image dinamically generated. In order to get it works you need to map the imageservlet provided by jasper inside your web.xml: Servlet name : ImageServlet Servlet class : net.sf.jasperreports.j2ee.servlets.ImageServlet URL : /image -- Nothingman -- View this message in context: http://www.nabble.com/Jasper-Report-generated-HTML-displaying-image-placeholders-in-IE6-and-IE7-tf4828789s2369.html#a13817049 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
