<html>
<head>
<title>&lt;jsp:param&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:param&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>You can use the <span class="LITERAL">&lt;jsp:param&gt;</span> action in the
body of a <span class="LITERAL">&lt;jsp:forward&gt;</span> or
<span class="LITERAL">&lt;jsp:include&gt;</span> action to specify additional
request parameters for the target resource, as well as in the body of
a <span class="LITERAL">&lt;jsp:params&gt;</span> action to specify applet
parameters.
</p>
<p>Example:</p>

<span class="PROGRAMLISTING"><pre>&lt;jsp:include page="navigation.jsp"&gt;
  <strong class="userinput">&lt;jsp:param name="bgColor" value="&lt;%= currentBGColor %&gt;"</strong>
<strong class="userinput">    /&gt;</strong>
&lt;/jsp:include&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 parameter name.
</p></td>
</tr>
</table>
</div>
<div id="value">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
<tr>
<td valign="top" class="NAME">value</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: yes</td>
</tr>
<tr>
<td valign="top" colspan="2" class="description"><p>
Mandatory. The parameter value.
</p></td>
</tr>
</table>
</div>
</body>
</html>