Java Reference
In-Depth Information
Movie List View
The Movie List view will be represented by the file ListMovies.jsp . It will display the
movies as they relate to the categories in your catalog. Figure 20.5 shows an image of the
Movie List view.
F IGURE 20.5
The Movie List view.
The source for the Movie List view can be found in Listing 20.6.
L ISTING 20.6
ListMovies.jsp
<%@ page import=”java.util.*” %>
<html>
<head>
<title>Movie List</title>
</head>
<body bgcolor=”#FFFFFF”>
<table width=”100%” border=”0”>
<tr>
<td colspan=”2”><%@ include file=”titlebar.jsp” %></td>
</tr>
<tr>
Search WWH ::




Custom Search