<html>
<head>
<title>Taglib Directive</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div id="Description">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
<tr>
<td valign="top" class="NAME">Taglib Directive</td>
<td valign="top" class="COMPATIBILITY">&nbsp;</td>
</tr>
<tr>
<td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
</tr>
<tr>
<td valign="top" colspan="2" class="description">
<p>The <span class="LITERAL">taglib</span> directive declares a tag library,
containing custom actions, that is used in the page.
</p>

<p>Example:</p>

<span class="PROGRAMLISTING"><pre>&lt;%@ taglib uri="/orataglib" prefix="ora" %&gt;</pre></span>

</td>
</tr>
</table>
</div>
<div id="prefix">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
<tr>
<td valign="top" class="NAME">prefix</td>
<td valign="top" class="COMPATIBILITY">No default</td>
</tr>
<tr>
<td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
</tr>
<tr>
<td valign="top" colspan="2" class="description">
<p>Mandatory. The prefix to use in the action element names for all
actions in the library.
</p>
</td>
</tr>
</table>
</div>
<div id="uri">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
<tr>
<td valign="top" class="NAME">uri</td>
<td valign="top" class="COMPATIBILITY">No default</td>
</tr>
<tr>
<td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
</tr>
<tr>
<td valign="top" colspan="2" class="description">
<p>Mandatory. Either a symbolic name for the tag library defined in the
application's <filename>web.xml</filename> file, or a page- or
context-relative URI path for the library's TLD file or JAR
file.
</p>
</td>
</tr>
</table>
</div>
</body>
</html>