Java Reference
In-Depth Information
The source for the Title Bar is in Listing 21.1.
L ISTING 21.1
titlebar.jsp
<table width=”100%” border=”0”>
<tr>
<td>
<img src=”/ldap/images/sams.gif” width=”171” height=”66”>
</td>
</table>
<hr>
The next section of your online directory layout is the Navigation section. It is how you will
choose the actions that you will perform. The navigation.jsp page will contain the JSP func-
tionality to build the Navigation portion of your ldap application. This file contains a list of
hard-coded hyperlinks that execute the LDAPDirectory and LDAPInsert services, which will be
defined in the following sections. Figure 21.3 contains an image of the Navigation section of
the layout.
F IGURE 21.3
The Navigation section.
The source for the Navigation part of your Views is in Listing 21.2.
L ISTING 21.2
navigation.jsp
<table width=”129” border=”0”>
<tr>
<td>
<a href=”/ldap/servlet/Controller?service=LDAPDirectory&target=/
directory.jsp”>
Search WWH ::




Custom Search