Hi,
We are using JSF chart creator.The web application provided with JSF chart creator working fine and its print preview is showing in IE .While integrating same file with our application graph showing properly but print preview in IE is not showing.Please help me.Its very urgent.I Have already posted one topic.But I did n't get a suitable solution till now.I am expecting a positive reply from jfree chart forum.
With Regards,
Subash
Print preview problem in JSF Chart creator
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
I don't know the answer. But you should definitely try a different browser, then you'll know if Internet Explorer is the problem...which will help narrow down the potential solutions.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


Yes I have tried a different browser.In Firefox and Netscape its working fine.The example that provided with JSF chart creator also working fine in IE.I don 't know why its not working with my application.I have tried a lot of different options but still no result.I have posted my query in cagatay civici web blog also but no reply.
With Thanks and Regards,
Subash
With Thanks and Regards,
Subash
Are the charts images that are loaded in the browser via a GET or POST? Internet Explorer will never cache a POST... e.g POST a form to an iframe to hold the graph. Setting the correct headers for a GET will enable IE to cache the image.. The Expires header will do the trick, make sure if you cache, that there is enough unique to the URL so the image doesn't show up again somewhere it shouldn't.