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.

struts 6.0.0 is not with jfreechart 1.x.x

2022-07-11 Thread Q Ng
Hello, 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 work with jfreechart 1.0.19. I appreciate if