<%-- Copyright 2001 Sun Microsystems, Inc. All Rights Reserved. This software is the proprietary information of Sun Microsystems, Inc. Use is subject to license terms. --%> <%@ taglib uri="/struts-bean" prefix="bean" %> <%@ taglib uri="/struts-logic" prefix="logic" %> <%@ include file="initdestroy.jsp" %> <% cart.remove(bookId); %> You just removed:
 
<% cart.clear(); %> You just cleared your shopping cart!
 
You have <%=num%> item items in your shopping cart.
 
Quantity Title Price
  Remove Item

Subtotal:  

 

Continue Shopping    Check Out    Clear Cart There is nothing in your shopping cart.
 
Back to the Catalog