param

A parameter (name/value pair) to be added to the URL created by a ParameterContainer. Examples of ParameterContainer are url, tab, form and almost anything that can generate a link.

It's usually just easier to use a param-[paramName]=[paramValue] in the container tag.

Tag Information
Tag Class org.loom.tags.core.ParamTag
Body Content empty
Dynamic Attributes true
Example
<l:url action="BlogEntries" event="open">
   <l:param name="id" value="1"/>
   <l:param property="entity.id"/>
</l:url>
<l:url action="BlogEntries" event="open" param-id="1"/>

Attributes

Name Description Flags
name the name of the parameter
rtexprvalue
property if specified, name will default to the property name and value will be pulled from the specified action property
rtexprvalue
value the value of the parameter, if specified
rtexprvalue