User (Legacy) Posted January 28, 2004 Report Share Posted January 28, 2004 Hi, I have created a chart using ChatFX for java. Following code created the chart image in the "chartfx6/temp" folder but it's not getting displayed on the JSP page. ****************************************************************** <% ChartServer chart1 = new ChartServer(application,request,response ); chart1.setChart3D(true); XMLProvider sfxXml = new XMLProvider(); sfxXml.load(application.getRealPath("/ChartFX") + "/data/Trend_ChartData.xml"); chart1.setDataSource(sfxXml); %> <%= chart1.getHtmlTag("700","280","JPEG") %> ******************************************************************** How do know if it's using application path or not? How do see the values of application, request, response variables? Thanks in advance, Vaishali Link to comment Share on other sites More sharing options...
Software FX Posted January 28, 2004 Report Share Posted January 28, 2004 Please check the View - Source of that page. This will tell us where the image is being looked up. PS: Please port your Chart FX for Java questions in chartfx.java.general -- FP Software FX Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.