<%-- $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) { writer.begin("a"); writer.attribute("href", "/add"); writer.closeTag(); } writer.print("[Add new Book]"); if (isLoggedIn) writer.end(); %> <%@ include file="Border-trailer.jsp" %>