I have the same problem. Have you discovered a workaround ? I need to call my chart each 30 seconds to get updated data and refresh chart :
- this way bring correcty the chart, but call my char action one time: <sx:div updateFreq="300" > chart.action </sx:div> - this way call the chart action correcty each 30 seconds, but returns ASCII caracteres : <s:url id="url" action="chart.action" /> <sx:div href="%{#url}" updateFreq="20000" > </sx:div> Thanks for a help . Herrera Leena Borle wrote: > > Hello, > Has anyone tried out JFreeChart plugin? I am trying to run the sample > code > available on plugin documentation page. I see all ASCII characters getting > printed on my browser screen instead of an image file. > Any help is appreciated. > Thanks, > Leena. > > -- View this message in context: http://www.nabble.com/JFreeChart-plugin-tp17214327p18544420.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]