<sas-ip:IFormRadio>

This tag must be nested within a sas-ip:IForm tag.

Syntax

<sas-ip:IFormRadio
   [acceptLabel="java.lang.String"]
   [cacheTimeToLive="int"]
   [customAttributes="java.lang.String"]
   [descriptionModel="java.lang.String"]
   [id="value"]
   [locale="java.util.Locale"]
   [model="java.lang.String"]
   [name="java.lang.String"]
   [objectDataProperty="java.lang.String"]
   [prompt="java.lang.String"]
   [shortPrompt="java.lang.String"]
   [title="java.lang.String"]>
      [<sas-ip:IOption .../>]
      [<sas-ip:SetProperty ...>
         The value to set on the parent tag
      </sas-ip:SetProperty>]
      [Additional <sas-ip:IOption>, <sas-ip:SetProperty> tags...]
      [One or more lines of choices to be used in the RadioTag]
</sas-ip:IFormRadio>

Attributes

acceptLabelThe accept label String
cacheTimeToLiveThe cacheTimeToLive in seconds of the bean.
customAttributes
descriptionModelThe descriptionModel to be used for the radio items names.
idCase-sensitive name used to identify the object instance.
locale
modelThe model to be used for the radio items names.
name
objectDataProperty
promptThe prompt String
shortPromptThe shortPrompt String
titleThe title of the bean.

More Information

To view the documentation for the related TransformationBean, see com.sas.servlet.tbeans.ipage.iform.IFormRadio.

If you need to subclass the tag handler class for the sas-ip:IFormRadio tag, extend com.sas.taglib.servlet.tbeans.ipage.IFormRadioTag.