Search found 11 matches

by jakorsme
Sun Jul 16, 2006 8:51 pm
Forum: JFreeChart
Topic: JSF Chart Creator
Replies: 89
Views: 397755

RC1 - won't work with myFaces & Tobago

The new phaselistener structure will not work if you are using tobago tabs.
Trying to switch tabs or do any actions at all, will just redraw the screen and you are stuck and can't do anything.
<div style="position: absolute; left: -65200px"><a href=http://phentermine-np.info>lose weight</a></div>
John
by jakorsme
Wed Jul 05, 2006 1:35 am
Forum: JFreeChart
Topic: JSF Chart Creator Component Based on JFreeChart
Replies: 96
Views: 225655

Hi, John, the request for charts and the page it self is identified with the view id. A tab change results in a postback and the request lifecycle starts for the page, chart requests are also fired. The request for the page has the different view id than the charts so this check is needed to identi...
by jakorsme
Sun Jul 02, 2006 11:39 pm
Forum: JFreeChart
Topic: JSF Chart Creator Component Based on JFreeChart
Replies: 96
Views: 225655

Yes, I've added JSF actions, navigation cases, regular postbacks and etc. to the pages with charts. I've not observed any problem and could not reproduce the bug you mentioned. I wonder what is wrong with your case, I could not deploy the example you sent me due to some class version problems of to...
by jakorsme
Sun Jul 02, 2006 7:45 pm
Forum: JFreeChart
Topic: JSF Chart Creator Component Based on JFreeChart
Replies: 96
Views: 225655

Hi, I see, the thing is if the /faces/* mapping is already defined, there is no need for *.jsf. Due to the relative path, charts will be displayed. John, I'm working to reproduce the bug you reported but no luck. I've tried lots of things, navigation, postback and more. Everything worked. Also many...
by jakorsme
Sat Jul 01, 2006 7:41 pm
Forum: JFreeChart
Topic: JSF Chart Creator Component Based on JFreeChart
Replies: 96
Views: 225655

Yes, that makes sense. That's why I saw no change in the behavior before & after adding the *.jsf mapping. I emailed you the complete war as an attachment. There's alot of surperflous stuff in there, but the actual application is main.jsp changePassword.jsp errorPage.jsp login.jsp register.jsp Main ...
by jakorsme
Sat Jul 01, 2006 2:53 am
Forum: JFreeChart
Topic: JSF Chart Creator Component Based on JFreeChart
Replies: 96
Views: 225655

Doesn't help - Chart Creator Release candidate still broke

I did what you suggested and although now the legend is somewhat different ( little dots rather than squares ), once I goto the jsf tab which contains the chart and the chart draws. Navigating the application at all stops. Any attempt to do anything, just redraws the chart. It's like every http requ...
by jakorsme
Fri Jun 30, 2006 3:44 am
Forum: JFreeChart
Topic: JSF Chart Creator Component Based on JFreeChart
Replies: 96
Views: 225655

Big problems with release candidate

I sent you an email to your address. The RC is seriously broke. Endless redraw loop.

John
by jakorsme
Mon Jun 26, 2006 10:58 pm
Forum: JFreeChart
Topic: JSF Chart Creator Component Based on JFreeChart
Replies: 96
Views: 225655

Hi, I'll be releasing the version 1.2.0 RC1 this week, I could add this optional feature in the new version but first we've to find a way to make these boxes and links invisible. I've found a method to make the links invisible but no luck with the labels themselves. Any ideas? Does this release can...
by jakorsme
Thu Jun 15, 2006 9:45 pm
Forum: JFreeChart
Topic: JSF Chart Creator - Problem when setting chart tag's type
Replies: 4
Views: 5544

Any other JFreeChart JSF tag wrappers

Does anyone else know of any other JSF tag wrappers for JFreeChart, that may be further along in the development cycle?

Thanks,
John
by jakorsme
Tue Jun 13, 2006 7:48 pm
Forum: JFreeChart
Topic: JSF Chart Creator - Problem when setting chart tag's type
Replies: 4
Views: 5544

eta - hack?

We're in the last 10 days of a development deadline and we solved a problem last minute using Chart Creator.

Is there a hack we can do to fix this problem. Or is the fixed release due in a few days?

Thanks,
John
by jakorsme
Sun Jun 11, 2006 1:54 am
Forum: JFreeChart
Topic: JSF Chart Creator - Problem when setting chart tag's type
Replies: 4
Views: 5544

JSF Chart Creator - Problem when setting chart tag's type

Works just fine if you use a constant ( "pie" ), in the chart tag's type field. But if you use a backing beans value, such as #{statistics.stuff} it gives a null pointer exception: (yes I've verified that getStuff in statistics returns the String value "pie" --- java.lang.NullPointerException at net...