Search found 54 matches
- Thu Nov 29, 2007 11:24 pm
- Forum: JFreeChart
- Topic: JSF Chart Creator
- Replies: 89
- Views: 397629
- Wed Jun 13, 2007 7:37 am
- Forum: JFreeChart
- Topic: JSF Chart Creator
- Replies: 89
- Views: 397629
Version 1.2.0 is released, it contains several minor fixes and hopefully the jdk version issue is gone now:) As a reminder online demo is at
http://www.nightdev.devisland.net/chartcreator.
http://www.nightdev.devisland.net/chartcreator.
- Mon Jun 11, 2007 9:59 am
- Forum: JFreeChart
- Topic: JSF Chart Creator
- Replies: 89
- Views: 397629
I've deployed the example webapp of chartcreator online,
http://www.nightdev.devisland.net/chartcreator
http://www.nightdev.devisland.net/chartcreator
- Thu Jun 07, 2007 9:36 pm
- Forum: JFreeChart
- Topic: JSF Chart Creator
- Replies: 89
- Views: 397629
- Tue May 29, 2007 8:55 am
- Forum: JFreeChart
- Topic: JSF Chart Creator - sample not working
- Replies: 1
- Views: 3564
Seems sample has two different versions of chartcreator, I'll remove the the older version but after deleting it from the war, it deployed well and worked for me. Maybe it's jboss, I've never informed with such an error. at javax.faces.webapp.UIComponentTag.setupResponseWriter(UIComponentTag.java:92...
- Thu May 24, 2007 3:11 pm
- Forum: JFreeChart
- Topic: JSF Chart Creator
- Replies: 89
- Views: 397629
- Fri May 18, 2007 8:06 am
- Forum: JFreeChart
- Topic: JSF Chart Creator
- Replies: 89
- Views: 397629
- Sat May 12, 2007 9:41 am
- Forum: JFreeChart
- Topic: JSF Chart Creator
- Replies: 89
- Views: 397629
- Fri May 11, 2007 3:15 pm
- Forum: JFreeChart
- Topic: JSF Chart Creator
- Replies: 89
- Views: 397629
- Thu May 10, 2007 9:47 pm
- Forum: JFreeChart
- Topic: JSF Chart Creator
- Replies: 89
- Views: 397629
Dear JFreeChart Community, I'm pleased to announce that JSF ChartCreator's new version 1.2.0-M1 is ready, This release contains many new features and several bug fixes. * Provided an optional configuration to switch between a servlet and a phaselistener as the generator of the charts. This is done s...
- Mon May 07, 2007 9:35 am
- Forum: JFreeChart
- Topic: Pie Section Color Problem
- Replies: 1
- Views: 2901
Pie Section Color Problem
Hi, I've just upgraded the JFreeChart version of JSF Chart Creator to 1.0.5 and faced with a pie section color problem. setSectionPaint(int i, Color color) is deprecated and replaced with setSectionPaint(Comparable i, Color color). Problem is when I use something like setSectionPaint(new Integer(i),...
- Sun May 06, 2007 9:35 am
- Forum: JFreeChart
- Topic: JSF Chart Creator
- Replies: 89
- Views: 397629
Release of 1.2.0
Hi,
Just want to update that the new version with many new features and fixes is scheduled to be released on 11th of may:)
Cagatay
Just want to update that the new version with many new features and fixes is scheduled to be released on 11th of may:)
Cagatay
- Tue Feb 13, 2007 11:06 pm
- Forum: JFreeChart
- Topic: JSF Chart Creator
- Replies: 89
- Views: 397629
- Tue Dec 05, 2006 10:20 pm
- Forum: JFreeChart
- Topic: JSF Chart Creator
- Replies: 89
- Views: 397629
Hi, The facelets taglib is at facelets home page.
http://wiki.java.net/bin/view/Projects/ ... aglibFiles
http://wiki.java.net/bin/view/Projects/ ... aglibFiles
- Fri Jul 28, 2006 6:47 am
- Forum: JFreeChart
- Topic: JSF Chart Creator Component Based on JFreeChart
- Replies: 96
- Views: 225535
I've stated the required mappings in the doc; http://jsf-comp.sourceforge.net/components/chartcreator/index.html Either /faces/* or *.jsf can be used. The reason is, instead of a servlet a jsf phaselistener is used to create the charts. So there is no need to make a servlet configuration. I'll also ...