<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib prefix="tags" tagdir="/WEB-INF/tags"%> <%@ taglib uri="http://www.fusioncharts.com/jsp/core" prefix="fc"%> <%-- Instead of using jstl sql tags in the jsp, we will use the DBConnection class from a bean and get the xml constructed in the bean directly. This way, the code in the jsp itself is minimized. --%> <%-- Create the chart - Pie 3D Chart with data contained in bean --%>