Search found 4 matches
- Tue Dec 12, 2006 9:47 am
- Forum: JFreeChart
- Topic: JSF Chart Creator Component Based on JFreeChart
- Replies: 96
- Views: 225672
I still face the same issue as these RenderRequest and RenderResponse objects are not implicit objects in case of liferay server... There is a static method on com.liferay.util.Http called encodeURL(String). I know nothing about Liferay, I just found that on a relatively quick Google search. I'm af...
- Fri Dec 08, 2006 10:36 pm
- Forum: JFreeChart
- Topic: JSF Chart Creator Component Based on JFreeChart
- Replies: 96
- Views: 225672
Re: Issue with implementing Jfree chart in myfaces portlet
Hi, I am working on implementing a JFree chart in my jsf application but facing some issues when I deploy the application in JBoss-Liferay-Tomcat bundle. I use the image tag in my main jsp to point to another jsp(chart.jsp) which contains the API call for JFree chart. But there is change in context...
- Mon Dec 04, 2006 8:01 pm
- Forum: JFreeChart
- Topic: JSF Chart Creator Component Based on JFreeChart
- Replies: 96
- Views: 225672
Referencing my post 3/12/2006, I have engineered chartcreator out completely, and used JFreeChart alone. That way I am able to delegate to a servlet in the portlet WAR referenced in my JSF by url as decreed and portlet encoded in the backing-bean, referencing only a small piece of information in the...
- Sun Dec 03, 2006 1:09 am
- Forum: JFreeChart
- Topic: JSF Chart Creator Component Based on JFreeChart
- Replies: 96
- Views: 225672
Hi, I am using chartcreator in IBM implementation JSF in a Portal environment, and I am getting a rather confusing error. I read that the latest version of chatcreator now utilises a JSF phase listener to generate the charts, but I cannot see the registration of this phase-listener in the example ap...