Hi All,
I have created and running some birt(using birt 3.7.2)reports in java application.
The birt reports are called from the jsp page like
<birt:viewer id="birtViewer" reportDesign="customers.rptdesign"
baseURL="/birt"
pattern="frameset"
>
These reports are working fine in all the browsers except in IE 9. (working in IE 8 well)
In IE 9 when I try access it directly like this it works.
http://192.168.0.16:8080/birt/frameset?__report=customers.rptdesign
But when I access through my jsp as above, its not displaying. Only the frameset is displaying.
It seems some others are also having this issue
http://www.eclipse.org/forums/index.php/mv/msg/221851/703517/
Is there a fix to this?
Thanks