Programming Languages: Java
License: GNU Library or Lesser General Public License version 2.0 (LGPLv2)
browse code,
statistics,
last commit on 2012-01-08
svn co https://cewolf.svn.sourceforge.net/svnroot/cewolf cewolf
I have used the above code of chart post processor but it seems that the chart processor is not being called,,,
2012-05-10 01:15:16 PDT by diptesh2007
I am trying to change the plot background color of the XY chart from grey to blue..please help me soon I am using it in Struts1.2 The JSP <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@taglib uri="http://cewolf.sourceforge.net/taglib/cewolf.tld" prefix="cewolf"%>.
2012-05-10 01:09:23 PDT by diptesh2007
Sorry, it was my mistake. Path of the overlib.js in web.xml was wrongly mentioned. thanks.
2012-02-29 22:08:30 PST by kumarsky
Still I am facing the tooltip problem in Firefox. It is working properly in IE. Firefox version: 10.0.2 Cewolf version: 1.1.12 JRE: 1.6.0_24-b07 I am missing anything ? thanks.
2012-02-29 03:29:02 PST by kumarsky
Think I found a solution that works for me at least. Solution is to simply comment out the Serializabe variant of setValue() in ParamTag. There already is an overloaded setter taking a String value that works perfectly with JDK 7. Probably this could be changed to Object, as that is how the value is stored internally, but I didn't try. Day saved, at least :-)
2012-02-29 03:13:07 PST by lawful
There seems to be a severe problem with the cewolf:param tag when running Tomcat 7 (7.0.22 x64) under JDK 7.0.3. Extract from a huge stack trace, relevant lines are: org.apache.jasper.JasperException: Unable to convert string "#009900" to class "java.io.Serializable" for attribute "value": Property Editor not registered with the PropertyEditorManager at...
2012-02-28 04:47:17 PST by lawful
That was really quick. Thanks a lot.
2012-01-08 09:59:08 PST by smileybits
udittmer committed revision 328 to the Cewolf - Chart TagLib Project SVN repository, changing 5 files.
2012-01-08 09:31:42 PST by udittmer
Thanks for pointing this out. I just released version 1.1.12 which fixes this problem.
2012-01-08 09:30:27 PST by udittmer
udittmer made 2 file-release changes.
2012-01-08 09:30:02 PST by udittmer