<jsp:param>

The <jsp:param> action is used to provide tag/value pairs of information, by including them as subattributes of the <jsp:include>, <jsp:forward>, and the <jsp:plugin> actions. The syntax of the <jsp:param> action is as follows:

<jsp:param name="paramName" value="paramValue"/>

Table 10.1 contains the attributes and their descriptions for the <jsp:param> action.

Table 10.1. The Attributes for the <jsp:param> Action
AttributeDefinition
nameThis attribute represents the name of the parameter being referenced.
valueThis attribute represents the value of the named parameter.

Get Pure Java Server Pages™ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.