<% cart.processRequest(request); %>
You have the following items in your cart:
<% String[] items = cart.getItems(); for (int i=0; i
<%= items[i] %> <% } %>
<%@ include file ="/jsp/sessions/carts.html" %>