<html>
<head>
<title>&lt;jsp:params&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:params&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:params&gt;</span> action only in
the body of a <span class="LITERAL">&lt;jsp:plugin&gt;</span> action, to
enclose a set of <span class="LITERAL">&lt;jsp:param&gt;</span> actions that
specify applet parameters. This action supports no attributes.
</p>

<p>Example:</p>

<span class="PROGRAMLISTING"><pre>&lt;jsp:plugin type="applet" code="Clock2.class" 
  codebase="applet" 
  jreversion="1.2" width="160" height="150" &gt;
  <strong class="userinput">&lt;jsp:params&gt;</strong>
    &lt;jsp:param name="bgcolor" value="ccddff" /&gt;
  <strong class="userinput">&lt;/jsp:params&gt;</strong>
&lt;/jsp:plugin&gt;</pre></span>

</td></tr>
</table>
</div>
</body>
</html>