<% cart.processRequest(request); %>
You have the following items in your cart:
    <% String[] items = cart.getItems(); for (int i=0; i
  1. <%= items[i] %> <% } %>

<%@ include file ="/examples/jsp/sessions/carts.html" %>