<html>
<head>


<title>&lt;jsp:getProperty&gt;</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div id="Beschreibung">
<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>Die Aktion <span class="LITERAL">&lt;jsp:getProperty&gt;</span> f&uuml;gt den Wert einer Bean-Eigenschaft, die in einen <span class="LITERAL">String</span> konvertiert wurde, der Antwort hinzu, die von der Seite erzeugt wurde.
</p>
<p>Beispiel:</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">Wert zur Anforderungszeit akzeptiert: nein</td>
</tr>
<tr>
<td valign="top" colspan="2" class="description"><p>
Obligatorisch. Der Name, der einem Bean in einer JSP-Ebene zugeordnet ist.
</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">Wert zur Anforderungszeit akzeptiert: nein</td>
</tr>
<tr>
<td valign="top" colspan="2" class="description"><p>
Obligatorisch. Der Name der Bean-Eigenschaft, die in die Seite eingeschlossen werden soll.
</p></td>
</tr>
</table>
</div>
</body>
</html>
