Search found 6 matches
- Thu Aug 03, 2006 4:17 pm
- Forum: JFreeChart
- Topic: JSF Chart Creator Component Based on JFreeChart
- Replies: 96
- Views: 225655
image map question
I'm needing a little help implementing the usemap attribute of the ChartCreator component. I've already coded everything and gotten my application to create the display the tooltips but it seems that the positions are inaccurate. For example, I have a pie chart on the screen and the tooltips don't m...
- Fri Jul 28, 2006 10:13 pm
- Forum: JFreeChart
- Topic: JSF Chart Creator Component Based on JFreeChart
- Replies: 96
- Views: 225655
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...
- Thu Jul 27, 2006 5:33 pm
- Forum: JFreeChart
- Topic: JSF Chart Creator Component Based on JFreeChart
- Replies: 96
- Views: 225655
MyFaces and the JSF Chart Creator Component
Ok, I have a working project with the JSF RI but I'd like to set it up with MyFaces instead to be able to use the panelLayout and panelStack components. I've set everything up and tried to run the same project without any changes to the page and I'm getting this error: java.lang.NoClassDefFoundError...
- Thu Jul 27, 2006 5:28 pm
- Forum: JFreeChart
- Topic: JSF Chart Creator Component Based on JFreeChart
- Replies: 96
- Views: 225655
RE:Empty charts update
I have figured out what the problem was but not why. The problem: there were 2 url-mapping patterns in the web.xml file. The first, ".faces", is the one that didn't work. The second, "/faces/*", is the one that works. I don't know why though. If anyone has an answer I'd like to know it.
- Wed Jul 26, 2006 3:24 pm
- Forum: JFreeChart
- Topic: JSF Chart Creator Component Based on JFreeChart
- Replies: 96
- Views: 225655
Empty charts update
I downloaded the example WAR in my attempts to solve my problem with the charts not display, getting a red "X" instead, and it seems to work fine. I placed my class files and a new jsp file in this webapp, added a link to my jsp on the index.html screen, added a managed-bean to the faces-config.xml ...
- Tue Jul 25, 2006 10:37 pm
- Forum: JFreeChart
- Topic: JSF Chart Creator Component Based on JFreeChart
- Replies: 96
- Views: 225655
It looks like there is an issue with these empty charts, soon I will post a sample example or a war file to show the usage of the component.For now; if the binding is something like then you must have defined; datasource="#{someBean.dataSource}" public DataSourceType getDataSource() {} in your mana...