Search found 1 match

by jfreeuser
Fri Mar 30, 2007 5:50 pm
Forum: JFreeChart
Topic: Struts: Generating images on the fly
Replies: 2
Views: 4228

Struts: Generating images on the fly

Hi, I'm new to JFreeChart and need some help on how to render the png image generated by action class on to jsp. There are options of saving the image in a temp dir and them reading from there, but my requirement is not to involve in any io operations and generate the chart on the fly. method in my ...