<html>
<head>


<title>&lt;jsp:getProperty&gt;</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">&lt;jsp:getProperty&gt;</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>L'action <span class="LITERAL">&lt;jsp:getProperty&gt;</span> ajoute la valeur d'une propri&eacute;t&eacute; de bean, convertie en <span class="LITERAL">String</span>, &agrave; la r&eacute;ponse g&eacute;n&eacute;r&eacute;e par la page.
</p>
<p>Exemple&nbsp;:</p>

<span class="PROGRAMLISTING"><pre>&lt;jsp:getProperty name=&quot;clock&quot; property=&quot;hours&quot; /&gt;</pre></span>

</td></tr>
</table>
</div>

<div id="name">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
<tr>
<td valign="top" class="NAME">name</td>
<td valign="top" class="COMPATIBILITY"><span class="LITERAL">String</span></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="usage">Valeur de la demande de d&eacute;lai accept&eacute;e&nbsp;: non</td>
</tr>
<tr>
<td valign="top" colspan="2" class="description"><p>
Obligatoire. Le nom affect&eacute; &agrave; un bean dans l'une des &eacute;tendues JSP.
</p></td>
</tr>
</table>
</div>
<div id="property">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
<tr>
<td valign="top" class="NAME">property</td>
<td valign="top" class="COMPATIBILITY"><span class="LITERAL">String</span></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="usage">Valeur de la demande de d&eacute;lai accept&eacute;e&nbsp;: non</td>
</tr>
<tr>
<td valign="top" colspan="2" class="description"><p>
Obligatoire. Le nom de la propri&eacute;t&eacute; du bean &agrave; inclure dans la page.
</p></td>
</tr>
</table>
</div>
</body>
</html>
