Hello,

I am trying to use jasper reports in my spring-based project. The report that I am seeking has Charts so JFreeChart also comes in picture.

The integration has been successful, in the sense, that I am able to show PDF Report through Spring MVC.

However, when I switch on to HTML Report, the Images in the Chart don't appear. I just don't know why this is happening, because PDF report is perfect.

The generated HTML source has the path to Images set as null.

Please help !!

Vaibhav