<%-- $Id$ --%> <%@ include file="Border.jsp" %> <% HomeDelegate delegate = HomeDelegate.get(context); value = (String)request.getAttribute("error"); if (value != null) { %> <%= value %> <% } value = (String)request.getAttribute("message"); if (value != null) { %>

<%= value %> <% } %>

Search for books:

Title
Author
Publisher <% delegate.writePublisherSelect(writer); %>
<% // Note: This block will be replaced by a call to the AddBookServlet, // once that is ready. if (isLoggedIn) { VlibServlet.writeNYILink(context, writer, "[Add new Book]"); } else { writer.print("[Add new Book]"); } %> <%@ include file="Border-trailer.jsp" %>