hi sumedh,
thanks for your reply.
so far i've tried to implement like srividya's explanation in other topic
i used Tag library Jar version: 1.4.1
but it doesn't work
in my (.xhtml) page
<f:verbatim>This is JSF example</f:verbatim>
<fc:renderHTML chartId="MyChart" filename="/secure/FusionCharts/Column3D.swf" width="700" height="300" xml="#{dataInvestorBean.xmlString}" debugMode="true" registerWithJS="true">
</fc:renderHTML>
values in the bean
xmlString ="<chart caption='Monthly Unit Sales' xAxisName='Month' yAxisName='Units' decimals='0' formatNumberScale='0'><set label='Jan' value='462' color='AFD8F8' /><set label='Feb' value='857' color='F6BD0F' /><set label='Mar' value='671' color='8BBA00' /></chart>";
is there something wrong in my code?
and
can i use Tag library Jar version: 1.4.1 in jsf 2.0?
thanks
hutagaol