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

<hippo:dictionary>

Description

The <hippo:dictionary> fetches a dictionary from the repository. The dictionary must be of the type "Generic Tree" or "Generic List".

Attributes

Attribute Type Required Rtexprvalue Description
name String true false The name of the dictionary bean
var String true false The name of the variable on the pageContext

Usage

<hippo:dictionary name="categoryDictionary" var="categories"/>
Fetches the content of the categoryDictionary and stores it in the categories variable.