-
We are using cewolf-1.0, January 1, 2006 from
sourceforge.net/projects/cewolf
I got it to work by changing the img src URL.
I could not set forceSessionId='false'. I don't see that attribute in the taglib. The ';' was causing the rest of the parameters to be ignored by tomcat.
diff ChartImgTag.java ChartImgTag.java.112605.backedup\:02062009\:09\:29\:33
173a174,181
> if (...
2009-02-06 18:27:31 UTC in Cewolf - Chart TagLib Project
-
The cewolf tags do work for us in resin 3.0 and tomcat 5.5.
We do have the cewolf:combinedchart tag:
<cewolf:combinedchart id="line" layout="vertical" type="combinedxy" title="Lab Trend - ${testName}" xaxislabel="Year" yaxislabel="${unit}">
<cewolf:plot type="xyline"...
2009-02-05 23:25:19 UTC in Cewolf - Chart TagLib Project
-
This does not work:
<cewolf:img chartid="line" renderer="../cewolf" width="475" height="300">
The debug log shows no 'actual request values'
This does work to display a chart, but I hard coded a previous chart number:
<cewolf:img chartid="line" renderer="../cewolf/?img=-459950955&" width="475"...
2009-02-05 21:58:56 UTC in Cewolf - Chart TagLib Project