Hi
Thank you for reqding my post.
how i can translate this tags to equal jsf tags (I mean how i should change useBean to jsf equal ones.)

<jsp:useBean id="pageViews" class="de.laures.cewolf.example.PageViewCountData"/>
<cewolf:chart
   id="line"
   title="Page View Statistics"
   type="line"
   xaxislabel="Page"
   yaxislabel="Views">
   <cewolf:data>
       <cewolf:producer id="pageViews"/>
   </cewolf:data>
</cewolf:chart>
<p>
<cewolf:img chartid="line" renderer="cewolf" width="400" height="300"/>

for example how i can replace that jsp:useBean with something jsf-ish .

Thank you

Reply via email to