<%@ page contentType="text/html" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <%-- add/remove an item --%> JSP Shopping Cart The cart is empty. Items current in the cart:
${i.value} [delete]
<%-- add more items --%>