I've run across a strange Internet Explorer problem and trying to figure out if it could be related to appfuse css or is a Jasper Reports issue. I'm using appfuse 2.0/struts2.
I've configured Jasper Reports in Struts2 to output reports in HTML and everything is working great in Firefox. When you test with IE6 or IE7 the following img tags get displayed as img placeholders all over the place (like around all elements in the report). Firefox seems to ignore them. <td><img alt="" src="/images/px" style="width: 11px; height: 19px;"/></td> The simple solution is change the output to PDF but I'd love to know where these are coming from (CSS or Jasper Reports) and if anyone has run across this before and has a solution. tia, Ron