Following the struts-jfreechart example, we have defined an action that
return a chart, and another action that return the chart contain page.
Another posibility is to use the same actions and get two methods.


In my project we need to show a graph with the same data created when the
jsp page is rendering. Later, when the chart is calculated, the data is
created other time, with two access to DB, etc...

There is another way to solve this problem?

Thanks!

-- 
View this message in context: 
http://www.nabble.com/How-to-show-a-JFreeChart-using-the-same-Action--tp14320296p14320296.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]

Reply via email to