Author Archive

Battling with java.lang.IllegalStateException: getWriter() has already been called for this response

I had a requirement to generate reports as PDF file which will also includes the charts and download them at client’s system. For creating charts, I was using Chart FX 6.5 (Product of Software FX).

And as a part of framework I created a JAVA class which will create the Charts images [...]