An addendum:

I wrote a report and these wierd broken links to pictures that I hadn't
put in my report appeared in the html once I ran the report from my JSP
page. They were even sized; apparently to conform more or less to the
whitespace in the report as I designed it in iReport.

The HTML source incdluded this: (I must re-iterate, I didn't put any
pictures in the report myself)

<tr>
  <td><img src="tmp_files/px" width=50 height=1></td>
  <td><img src="tmp_files/px" width=30 height=1></td>
  <td><img src="tmp_files/px" width=40 height=1></td>
  <td><img src="tmp_files/px" width=30 height=1></td>
  <td><img src="tmp_files/px" width=10 height=1></td>
  <td><img src="tmp_files/px" width=20 height=1></td>
  <td><img src="tmp_files/px" width=130 height=1></td>
  <td><img src="tmp_files/px" width=10 height=1></td>
  <td><img src="tmp_files/px" width=60 height=1></td>
  <td><img src="tmp_files/px" width=60 height=1></td>
  <td><img src="tmp_files/px" width=20 height=1></td>
  <td><img src="tmp_files/px" width=100 height=1></td>
  <td><img src="tmp_files/px" width=35 height=1></td>
</tr>

Anyone know anything?

Fritz

Reply via email to