Hi,
If I view the generated HTML for one of my reports in IE7 I see the following:
The fact that the anchor tag () is not correctly closed is messing up the formatting of my report because IE is hyperlinking the entire table.
Incidentally, this problem only occurs in IE, in Firefox everything works fine because the anchor tag is properly closed.
To fix the problem change line 676 in JRHtmlExporter.java to
generate a separate opening and closing tags instead of a single empty tag.
In other words change this:
to:
I've attached the modified file.
This issue was reported by another user on the forum here:
http://jasperforge.org/plugins/espforum/view.php?group_id=102&forumid=103&topicid=42216
Cheers,
Don
Recommended Comments