<%-- 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" %> <%@ page import="java.util.*" %> <% ResourceBundle messages = (ResourceBundle)session.getAttribute("messages"); %> <% cart.remove(bookId); %> <%=messages.getString("CartRemoved")%>
 
<% cart.clear(); %> <%=messages.getString("CartCleared")%>
 
<%=messages.getString("CartContents")%> <%=num%> <%=messages.getString("CartItem")%>. <%=messages.getString("CartItems")%>.
 
<%=messages.getString("ItemQuantity")%> <%=messages.getString("ItemTitle")%> <%=messages.getString("ItemPrice")%>
  <%=messages.getString("RemoveItem")%>

<%=messages.getString("Subtotal")%>  

 

<%=messages.getString("ContinueShopping")%>    <%=messages.getString("Checkout")%>    <%=messages.getString("ClearCart")%> <%=messages.getString("CartEmpty")%>
 
<%=messages.getString("Catalog")%>