How to send JSON using JSF2 Primefaces Request Context to Highchart?
问题 Hi I've been strugling with this for hours, I want to send my POJO in JSON format using Primefaces Request Context to a Highchart inside my JSF to update its value. Basically I am following this solution of @Bhesh Gurung from his own stackoverflow question but I cant seem to make it work. Right now it is throwing a: Cannot find component with identifier "pieData" referenced from "j_idt31". I want to sucessfully create a highchart using the JSON data through the Primefaces Request Context.