<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%-- add the prodcut to cart --%> Shopping Cart You have ${cart.size} items in your cart. Your shopping cart is empty. Your shopping cart:
  • ${i}
ProductOperation
${p} Add to Cart