i am using fusion charts in my spring application... i copied the charting code and made as jsp..
when i configured the jsp as welcome file with the required .js , .swf & data.xml files, it is working file,
but when i am trying to put the same files in web-inf/jsp folder as sample.jsp and configure the sample.jsp in configuration, when the link goes from welcome page
to my sample page containing the graph content, it is unable to print the graph, its just printing the html content inside that jsp but not the javascript or graph content,
when i looked into the code, there is a warning
'FusionCharts' is undefined'
should i do or configure anything or import any jars to make the fusion charts work in my jsp which is placed inside the web-inf/jsp folder..........!!!!!! help me please...