Search found 54 matches

by cagatay_civici
Thu Nov 29, 2007 11:24 pm
Forum: JFreeChart
Topic: JSF Chart Creator
Replies: 89
Views: 397629

Caching and Ajax features are coming soon:)
by cagatay_civici
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.
by cagatay_civici
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
by cagatay_civici
Thu Jun 07, 2007 9:36 pm
Forum: JFreeChart
Topic: JSF Chart Creator
Replies: 89
Views: 397629

Seems the issue is still there, ok I'll take care of this once and for all. The next release will be 1.2.0, no more rc's.
by cagatay_civici
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...
by cagatay_civici
Thu May 24, 2007 3:11 pm
Forum: JFreeChart
Topic: JSF Chart Creator
Replies: 89
Views: 397629

Hi,

There's an example configuration in sample web application and it's also documented in the chartcreator documentation homepage.

Cagatay
by cagatay_civici
Fri May 18, 2007 8:06 am
Forum: JFreeChart
Topic: JSF Chart Creator
Replies: 89
Views: 397629

Hi Chris,

No, I haven't add your patches yet but probably they'll be in the next release.

Thanks,

Cagatay
by cagatay_civici
Sat May 12, 2007 9:41 am
Forum: JFreeChart
Topic: JSF Chart Creator
Replies: 89
Views: 397629

I've fixed the jvm dependency issue and made a M2 Release that's compatible with 1.4+.
by cagatay_civici
Fri May 11, 2007 3:15 pm
Forum: JFreeChart
Topic: JSF Chart Creator
Replies: 89
Views: 397629

Ooops:( I guess I haven't configured the ant taks's compiler after upgrading my jdk to 6. I'm going to fix this asap, thanks for the catch.
by cagatay_civici
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...
by cagatay_civici
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),...
by cagatay_civici
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
by cagatay_civici
Tue Feb 13, 2007 11:06 pm
Forum: JFreeChart
Topic: JSF Chart Creator
Replies: 89
Views: 397629

Hi everybody,

Sorry I was away for some time and could not have the chance to improve the component.

Now I'm back and will start working on these issues, hopefully an RC2 release will follow.

Regards,
by cagatay_civici
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
by cagatay_civici
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 ...