Search found 1 match
- Thu Aug 30, 2007 5:04 pm
- Forum: JFreeChart
- Topic: Chart Creator + JSF + Liferay
- Replies: 1
- Views: 4175
No chart under Liferay
When running the barCharts.jsp and sample code under Liferay 4.30 the chartData is not available (is null) in the handleChartRequest of the ChartListener. I am running the example as is, just changed to use listener instead of chartlet. ChartData chartData = (ChartData) sessionMap.get(id); Has anyon...