wl-extension
Tag radio


Generates an HTML input of type "radio", which presents a single item to users. When several <wl-extension:radio> tags share the same control name, they are mutually exclusive: when one is switched "on", all others with the same name are switched "off". This tag is valid only when nested in <wl-extension:form>.

Examples
<wl-extension:radio property="type"
                  labelId="core.classes.createclass.type.startup.label"
                  value="startupClass"/>
        <wl-extension:radio property="type"
                  labelId="core.classes.createclass.type.shutdown.label"
                  value="shutdownClass"/>


Tag Information
Tag Classcom.bea.console.taglib.form.RadioTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
namefalsetruejava.lang.String The name of the Struts form bean that contains properties for this tag. Use the "property" attribute to specify which property this tag renders. This value is also used for the HTML name of this input tag.
propertyfalsetruejava.lang.String The property of the form bean that this tag renders. Use the "name" attribute to specify the form bean that contains the property.
labelidtruetruejava.lang.String The key for a property in a message bundle that defines the localized text to display as the button name. The bundle attribute determines in which bundle the JSP tag searches for this property.
readOnlyfalsetrueboolean Specifies whether to display this control as read only regardless of whether the user has started and session, or is authorized to change the value.
inlineHelpIdfalsefalsejava.lang.String Specifies the key to use to display the inline help text for this control.
restartNeededfalsefalseboolean Specifies whether a change to this attribute is dynamic or non-dynamic. If set to true, an icon indicating a restart will be needed is rendered.
dependsfalsefalsejava.lang.String Specifies the the name of an HTML control on the page that this control is dependant on to become enabled on the page.
requiredfalsefalseboolean Specifies whether this control must be supplied a value.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.