<html>
<head>


<title>Directive Taglib</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">Directive Taglib</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>La directive <span class="LITERAL">taglib</span> d&eacute;clare une biblioth&egrave;que de balises contenant des actions personnalis&eacute;es, qui est utilis&eacute;e dans la page.
</p>

<p>Exemple&nbsp;:</p>

<span class="PROGRAMLISTING"><pre>&lt;%@ taglib uri=&quot;/orataglib&quot; prefix=&quot;ora&quot; %&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">pr&eacute;fixe</td>
<td valign="top" class="COMPATIBILITY">Aucune valeur par d&eacute;faut</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>Obligatoire. Le pr&eacute;fixe &agrave; utiliser dans les noms d'&eacute;l&eacute;ment d'action pour toutes les actions de la biblioth&egrave;que.
</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">Aucune valeur par d&eacute;faut</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>Obligatoire. Soit un nom symbolique pour la biblioth&egrave;que de balises d&eacute;finie dans le fichier <filename>web.xml</filename> de l'application, soit un chemin d'URI de contexte ou de page relatif pour le fichier TLD ou le fichier JAR de la biblioth&egrave;que.
</p>
</td>
</tr>
</table>
</div>
</body>
</html>
