Search found 2 matches

by alskor
Thu Aug 21, 2003 10:09 am
Forum: JFreeChart
Topic: Can't display the chart in jsp
Replies: 4
Views: 8984

another way

maybe it is possible to perform the page include - like

... JSP here ...

page include - get the jpeg image with content type image/jpeg

... text from jsp again...
by alskor
Thu Aug 21, 2003 9:45 am
Forum: JFreeChart
Topic: Can't display the chart in jsp
Replies: 4
Views: 8984

text - image - text again

//try ChartUtilities.writeChartAsPNG(response.getOutputStream(), chart, 400, 300); //rather than //ChartUtilities.writeChartAsPNG(out, chart, 400, 300); if I write some text in my jsp, then use code like this (see below), then write some text again, then I receive "text - garbage - text" on my html...