java - How to dynamically create params for Cewolf ChartProcessor? -
An issue trying to create a pie chart in my JSP is I'm using Cewolf (and Jfreechart) . My code is as follows:
& lt; Cewolf: chartpostprocessor id = "piechartPP" & gt; & Lt; C: forEach item = "$ {requestScope.statsClientGlobal}" var = "statClient" & gt; & Lt; Cewolf: Ultimate name = "$ {statClient.siteName}" value = "$ {requestScope.colorMap [statClient.siteCode]}" /> & Lt; / C: foreach & gt; & Lt; / Cewolf: chartpostprocessor & gt; & Lt; / Cewolf: Chart & gt;
As you can see, I want to dynamically create Sevolge Ultimate Line, but I get this error:
Error 500: org.apache. Incompatible with taglibs.standard.tag.rt.core.ForEachTag de.laures.sewolf.taglib.tags.Parameterized.
Any ideas how can I work it out?
Try the latest release version of seawall (1.1.4); The main Justal tags are a fix especially for working in Paramatized tags.
Comments
Post a Comment