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