•  
Main
About Hippo Site Toolkit 1
Technical Documentation
Expression Language
Other

<hippo:content>

Description

The <hippo:queryParameter> is used to add query parameters to both the <hippo:query> and the <hippo:page> tags.

Attributes

Attribute Type Required Rtexprvalue Description
name String true true The name of the query parameter
value String true true The value of the query parameter

Usage

<hippo:page>
    <hippo:queryParameter name="name" var="${param.name}"/>
    <hippo:queryParameter name="address" var="${param.address}"/> 
</hippo:page>