Project Documentation

Summary

Tag name: <t:navigationMenuItems>
UIComponent class: org.apache.myfaces.custom.navmenu.HtmlNavigationMenuItems
Tag class: org.apache.myfaces.custom.navmenu.HtmlNavigationMenuItemsTag
Component type: org.apache.myfaces.HtmlNavigationMenuItems
Component family: javax.faces.SelectItems

A tree of menu items as returned by a value-expression. Unless otherwise specified, all attributes accept static values or EL expressions.

Attributes

Name Type Supports EL? Description
binding org.apache.myfaces.custom.navmenu.HtmlNavigationMenuItems Only EL Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind " + "to this component instance. This value must be an EL expression.
id String Yes Get a string which uniquely identifies this UIComponent within the scope of the nearest ancestor NamingContainer component. The id is not necessarily unique across all components in the current view.
itemDescription String Yes The description of the current item.
itemDisabled boolean Yes Determines if the current item is selectable or not.
itemLabel String Yes The label of the current item.
itemLabelEscaped boolean Yes Determines if the rendered markup for the current item receives normal JSF HTML escaping or not.
itemValue Object Yes The value for the current item.
value Object Yes The initial value of this component.
var String No Name of a request-scope attribute under which the current item of the collection, array, etc. of the value attribute will be exposed so that it can be referred to in EL for other attributes of this component.