|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/www/FusionChart/Code/J2EE/AJAX/ |
Upload File : |
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib uri="http://www.fusioncharts.com/jsp/core" prefix="fc"%>
<c:set var="folderPath" value="../../FusionCharts/" />
<jsp:useBean id="detailsBean"
class="com.fusioncharts.sampledata.FactoryDetailsBean" />
<c:set target="${detailsBean}" property="factoryId" value="${param.FactoryId}"/>
<%-- Create the chart - Column 2D Chart with data contained in bean --%>
<fc:renderHTML chartId="${detailsBean.chartId}"
swfFilename="${folderPath}${detailsBean.filename}"
width="${detailsBean.width}" height="${detailsBean.height}"
debugMode="false" xmlData="${detailsBean.xml}" useSingleQuotes="${detailsBean.useSingleQuotes}"/>