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

<%@ include file ="carts.html" %>