I am using JasperReports 2.0.5. I am trying to use the background tag to generate a watermark image for my reports. JRXML source is below and also attached.The problem is that I do not get HTML generated fort the ImageServlet to generate the image when I have other bands defined in the report, e.g. a detail band. It works fine when I have only the background tage defined but no detail band. Furthermore, I get the correct output in PDF with multiple bands, so it is an HTML only problem. The ImageServlet works fine and displays the image when I have no other bands defined, so I think my ImageServlet is configured correctly. Any ideas on what I am doing wrong? Does anyone have an example of a report using a watermark image served up by a webapp using Jasper 2.0.5?
Any pointers/references/info appreciated!