o
Tag dropDownItem


A child tag of the dropDownField or suggestionField tags that is used to specify a separate list item. It is also possible to add child components to the o:dropDownItem tag.


Tag Information
Tag Classorg.openfaces.taglib.jsp.input.DropDownItemJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.input.DropDownItem)
onlynullA value-binding expression that associates a list item with a backing bean property.
renderedfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truefalseA flag that indicates whether or not a list item is visible.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullThe value for a list item. This value is converted to String and shown in the text field when this item is selected.

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.