jsp:param  

The jsp:param action is used to provide other tags with additional information in the form of name-value pairs. This action is used in conjunction with jsp:include, jsp:forward, and jsp:plugin actions, and is described in the relevant following sections.

    <jsp:param name="paramname" value="paramvalue" />
name  
   
 

The key associated with the attribute. (Attributes are key-value pairs.)

value  
   
 

The value of the attribute.