ParamTag submits name-value pairs to the first enclosing ParamHandler instance.
Name and value are strings, and can be given as tag attributes, or alternatively the value can be given as the body contents of this tag.
The name-value pair is passed to the closest containing ancestor tag that implements ParamHandler.
Usage#
<wiki:Param name="<Parameter name>" value="<Parameter value>" />
Parameters#
- name
- name of the parameter
- value
- value of the parameter
Example#
<wiki:Param name="query" value="<%=URLEncoder.encode(query)%>"/>
Sets the query parameter to the URL.
. Use this wiki only for improving the documentation.