(Quick Reference)

nav:title

Purpose

Renders the i18n title message for a given navigation item.

Use this in custom menu bodies for correct and easy i18n message resolution.

Example

<nav:menu id="nav" custom="true">
    <li>
       <nav:title item="${item}"/>
    </li>
</nav:menu>

Attributes

NamePurpose
itemRequired - the NavigationItem instance for which you wish to render the title
codecOptional - Codec to apply to the title. Defaults to HTML. To specify "none" pass an empty string