<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>The <span class="LITERAL">&lt;jsp:getProperty&gt;</span> action adds the value
of a bean property, converted to a <span class="LITERAL">String</span>, to the
response generated by the page.
</p>
<p>Example:</p>

<span class="PROGRAMLISTING"><pre>&lt;jsp:getProperty name="clock" property="hours" /&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">Request-time value accepted: no</td>
</tr>
<tr>
<td valign="top" colspan="2" class="description"><p>
Mandatory. The name assigned to a bean in one of the JSP scopes.
</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">Request-time value accepted: no</td>
</tr>
<tr>
<td valign="top" colspan="2" class="description"><p>
Mandatory. The name of the bean's property to include in the page.
</p></td>
</tr>
</table>
</div>
</body>
</html>