form
Tag radiobuttons


Renders multiple HTML 'input' tags with type 'radio'.


Tag Information
Tag Classorg.springframework.web.servlet.tags.form.RadioButtonsTag
TagExtraInfo ClassNone
Body Contentempty
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
delimiterfalsetruejava.lang.StringDelimiter to use between each 'input' tag with type 'radio'. There is no delimiter by default.
dirfalsetruejava.lang.StringHTML Standard Attribute
disabledfalsetruejava.lang.StringHTML Optional Attribute. Setting the value of this attribute to 'true' will disable the HTML element.
elementfalsetruejava.lang.StringSpecifies the HTML element that is used to enclose each 'input' tag with type 'radio'. Defaults to 'span'.
htmlEscapefalsetruejava.lang.StringEnable/disable HTML escaping of rendered values.
idfalsetruejava.lang.StringHTML Standard Attribute
itemLabelfalsetruejava.lang.StringValue to be displayed as part of the 'input' tags with type 'radio'
itemsfalsetruejava.lang.StringThe Collection, Map or array of objects used to generate the 'input' tags with type 'radio'. This attribute is required unless the property for data binding is an Enum, in which case the enum's values are used.
itemValuefalsetruejava.lang.StringName of the property mapped to 'value' attribute of the 'input' tags with type 'radio'
langfalsetruejava.lang.StringHTML Standard 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
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.