<%-- JSP page setup --%> <%! static String pageTitle = "Address Detail"; %> <%@ page info = "Data-Entry form for the AddressBook webapp" language = "java" session = "true" import = "com.bullseyecomputing.beans.AddressDataBean" %> <% AddressDataBean a = (AddressDataBean) session.getAttribute("address.data"); %> <%@ include file = "include/pageHeader.jsp" %>
<%=a.getName()%> Search:
<%=pageTitle%>
Name:
Addr1:
Addr2:
City/St:
Phone:
Fax:
Note:
Nick:
 Status: