%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%>
<%
String strXML = "";
strXML += "";
strXML += "";
strXML += "";
strXML += "";
strXML += "";
strXML += "";
strXML += "";
strXML += "";
strXML += "";
strXML += "";
strXML += "";
strXML += "";
strXML += "";
strXML += "";
//Create the chart - Column 3D Chart with data from strXML variable using dataXML method
%>
<%@ include file="../index/top.jsp"%>
<%@ include file="../index/foot.jsp"%>