Re: Chart generator servlet

2007-07-27 Thread Andreja
@balazs Also, keep in mind: method that generates chart stream (method in action), and writes to ServletOutputStream sholud be void (do not return Action.SUCCESS or anything other)... On 7/27/07, Aram Mkhitaryan <[EMAIL PROTECTED]> wrote: > I use jfreechart, > > I'm generating the chart in the

Re: Chart generator servlet

2007-07-26 Thread Aram Mkhitaryan
I use jfreechart, I'm generating the chart in the page's servlet (where the html is generated), I'm putting the image's url so that it is mapped to the chart viewer servlet. See examples of jfreechart, it's too simple. Best, Aram Aram Mkhitaryan 52, 25 Lvovyan,

Chart generator servlet

2007-07-26 Thread Balazs Michnay
Hi there, I wanted to generate charts from my web-app and I found jCharts (http://jcharts.sourceforge.net/) as one good choice. I deployed the example war, so I saw how to set up a simple "chart generator" servlet. It works just fine. If my chart is generated from a servlet, only the