form
Tag select


Renders an HTML 'select' element. Supports data binding to the selected option.


Tag Information
Tag Classorg.springframework.web.servlet.tags.form.SelectTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
accesskeyfalsetruejava.lang.StringHTML Standard Attribute
cssClassfalsetruejava.lang.StringEquivalent to "class" - HTML Optional Attribute
cssErrorClassfalsetruejava.lang.StringEquivalent to "class" - HTML Optional Attribute. Used when the bound field has errors.
cssStylefalsetruejava.lang.StringEquivalent to "style" - HTML Optional Attribute
dirfalsetruejava.lang.StringHTML Standard Attribute
disabledfalsetruejava.lang.StringHTML Optional Attribute. Setting the value of this attribute to 'true' will disable the HTML element.
htmlEscapefalsetruejava.lang.StringEnable/disable HTML escaping of rendered values.
idfalsetruejava.lang.StringHTML Standard Attribute
itemLabelfalsetruejava.lang.StringName of the property mapped to the inner text of the 'option' tag
itemsfalsetruejava.lang.StringThe Collection, Map or array of objects used to generate the inner 'option' tags
itemValuefalsetruejava.lang.StringName of the property mapped to 'value' attribute of the 'option' tag
langfalsetruejava.lang.StringHTML Standard Attribute
multiplefalsetruejava.lang.StringHTML Optional Attribute
onblurfalsetruejava.lang.StringHTML Event Attribute
onchangefalsetruejava.lang.StringHTML Event Attribute
onclickfalsetruejava.lang.StringHTML Event Attribute
ondblclickfalsetruejava.lang.StringHTML Event Attribute
onfocusfalsetruejava.lang.StringHTML Event Attribute
onkeydownfalsetruejava.lang.StringHTML Event Attribute
onkeypressfalsetruejava.lang.StringHTML Event Attribute
onkeyupfalsetruejava.lang.StringHTML Event Attribute
onmousedownfalsetruejava.lang.StringHTML Event Attribute
onmousemovefalsetruejava.lang.StringHTML Event Attribute
onmouseoutfalsetruejava.lang.StringHTML Event Attribute
onmouseoverfalsetruejava.lang.StringHTML Event Attribute
onmouseupfalsetruejava.lang.StringHTML Event Attribute
pathtruetruejava.lang.StringPath to property for data binding
sizefalsetruejava.lang.StringHTML Optional Attribute
tabindexfalsetruejava.lang.StringHTML Standard Attribute
titlefalsetruejava.lang.StringHTML Standard Attribute

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.