<%-- 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="/jstl-c" prefix="c" %> <%@ taglib uri="/jstl-fmt" prefix="fmt" %> <%@ taglib uri="/jstl-sql" prefix="sql" %> <%@ page errorPage="errorpage.jsp" %> <%@ page import="java.util.*" %> <% cart.clear(); %>
 
<% cart.remove(bookId); %> select * from PUBLIC.books where id = ?
 
. .