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.
value Object Yes The initial value of this component.