<%-- Copyright 2001 Sun Microsystems, Inc. All Rights Reserved. This software is the proprietary information of Sun Microsystems, Inc. Use is subject to license terms. --%> <%@ include file="initdestroy.jsp" %> <%@ page import="java.util.*" %> <% ResourceBundle messages = (ResourceBundle)session.getAttribute("messages"); %> <%=messages.getString("TitleBookDescription")%> <%@ include file="banner.jsp" %>
  <% //Get the identifier of the book to display String bookId = request.getParameter("bookId"); bookDB.setBookId(bookId); BookDetails book = bookDB.getBookDetails(); %>

<%=book.getTitle()%>

 <%=messages.getString("By")%> <%=book.getFirstName()%> <%=book.getSurname()%>   (<%=book.getYear()%>)
 

<%=messages.getString("Critics")%>

<%=book.getDescription()%>

<%=messages.getString("Price")%><%=currency.getFormat()%>

<%=messages.getString("CartAdd")%>      <%=messages.getString("ContinueShopping")%>