RE: Re: struts 6.0.0 is not with jfreechart 1.x.x

2022-07-20 Thread Q Ng
On 2022/07/12 05:34:32 Lukasz Lenart wrote:> Could you share some more info? struts.xml? action? Hello Lukasz, Thanks for your reply. Here are some of my codes. This code works well with  struts2 2.5.30 and jfreechart-1.0.19.jar. After changing to struts2 6.0.0, the chart does not render anymore.

Re: struts 6.0.0 is not with jfreechart 1.x.x

2022-07-11 Thread Lukasz Lenart
I made a simple JFreeChart app [1] and everything works, so I assume it has something to do with your setup. [1] https://github.com/apache/struts-examples/tree/master/jfreechart Cheers Lukasz wt., 12 lip 2022 o 07:34 Lukasz Lenart napisał(a): > > pon., 11 lip 2022 o 21:38 Q Ng napisał(a): > >

Re: struts 6.0.0 is not with jfreechart 1.x.x

2022-07-11 Thread Lukasz Lenart
pon., 11 lip 2022 o 21:38 Q Ng napisał(a): > After upgrading from struts 2.5.30 to 6.0.0, I would like to report that > struts 6.0.0 does not work for jfreechart, either version 1.0.x or 1.5.x. > There's no error, but the graph did not render, just show a little icon. > struts 2.5.30 used to wo