JSF core tag library.
Tag selectItems


This tag associates a set of selection list items with the nearest parent UIComponent. The set of SelectItem objects is retrieved via a value-binding.

Unless otherwise specified, all attributes accept static values or EL expressions.

UISelectItems should be nested inside a UISelectMany or UISelectOne component, and results in the addition of one ore more SelectItem instance to the list of available options for the parent component



Tag Information
Tag Classorg.apache.myfaces.taglib.core.SelectItemsTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The initial value of this component.
varfalsefalsejava.lang.StringName 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.
itemValuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The value for the current item.
itemLabelfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The label of the current item.
itemDescriptionfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The description of the current item.
itemDisabledfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Determines if the current item is selectable or not.
itemLabelEscapedfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Determines if the rendered markup for the current item receives normal JSF HTML escaping or not.
idfalsetruejava.lang.StringGet 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.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind " + "to this component instance. This value must be an EL expression.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.