Namespace :
xmlns:fiji="http://exadel.com/fiji/chart"
xmlns:fiji2="http://exadel.com/fiji/commonchart"
xmlns:fiji3="http://exadel.com/fiji"
Xhtml code:
From managed bean i am getting the value for (#{test.chart}).
But in browser i was getting below error.
http://localhost:8080/Test/javax.faces.resource/columnchart.swf.jsf?ln=c...
404 (/Test/javax.faces.resource/columnchart.swf.jsf)
How to resolve it ?
Thanks in Advance.
Prabu

This URL doesn't seem
This URL doesn't seem right:
http://localhost:8080/Test/javax.faces.resource/columnchart.swf.jsf?ln=c...
The 'javax.faces.." part -- are you sure that's the right resource?
This is not the URL.This error i found in Browser console.
This is not the URL.This error i found in Browser console.
My XHTML code is
I don't see your XHTML code
I don't see your XHTML code but why not just define a single namespace for the entire library?
Xhtml code : <
Xhtml code :
< fiji:columnChart id="Demographicchart_loc" value="#{test.chart}"
barColors="#{test.color}" captionX="X axis" captionY="Y axis"
title="Age distribution of patients" width="500" height="400" displayLegend="no"
rulersValuesHighlight="none" toolTipValue="{X} ({y})">
fiji:columnChart >
If i use xhtml as above i am getting the previous error.
if i use single namespace as
xmlns:fiji="http://exadel.com/fiji"
" fiji:columnChart id="testis" value="#{test.chart}"
barColors="#{test.color}" captionX="X axis" captionY="Y axis"
title="Age distribution of patients" width="500" height="400" displayLegend="no"
rulersValuesHighlight="none" toolTipValue="{X} ({y})">
fiji:columnChart "
then i am getting this error
Tag Library supports namespace: http://exadel.com/fiji, but no tag was defined for name: columnChart
Can any one help to solve this
Can any one help to solve this.
For 2nd approach, does it
For 2nd approach, does it work if you use any other component?
yes i have tried,but its not working.
yes i have tried, but its not working.
i.e) For linechart,bar chart.....
if u have any sample in Fiji 2 ,kindly can u share it?
Thanks in Advance
Prabu D