<sasads:Choicebox>

Generates the appropriate HTML 4.0/XHTML 1.0 INPUT tag attributes to represent a choicebox.

Syntax

<sasads:Choicebox
   [customAttributes="java.lang.String"]
   [descriptionModel="java.lang.String"]
   [epilog="java.lang.String"]
   [id="value"]
   [instantiate="true|false"]
   [locale="java.util.Locale"]
   [model="java.lang.String"]
   [name="java.lang.String"]
   [prolog="java.lang.String"]
   [ref="java.lang.String"]
   [render="true|false"]
   [scope="java.lang.String"]
   [selectedIndex="int"]
   [selectedItem="java.lang.String"]
   [styleClass="java.lang.String"]
   [style="java.lang.String"] />

<sasads:Choicebox
   [customAttributes="java.lang.String"]
   [descriptionModel="java.lang.String"]
   [epilog="java.lang.String"]
   [id="value"]
   [instantiate="true|false"]
   [locale="java.util.Locale"]
   [model="java.lang.String"]
   [name="java.lang.String"]
   [prolog="java.lang.String"]
   [ref="java.lang.String"]
   [render="true|false"]
   [scope="java.lang.String"]
   [selectedIndex="int"]
   [selectedItem="java.lang.String"]
   [styleClass="java.lang.String"]
   [style="java.lang.String"]>
      [One or more data items on separate lines]
</sasads:Choicebox>

Attributes

customAttributes
descriptionModelAlternate display name for items in the model at run-time.
epilog
idCase-sensitive name used to identify the object instance.
instantiate
locale
modelThe model of the Choicebox.
name
prolog
ref
render
scope
selectedIndexThe selected index of an item in the Choicebox.
selectedItemThe selected item specified in the Choicebox.
styleClass
style

More Information

To view the documentation for the related TransformationBean, see com.sas.servlet.beans.ChoiceboxInterface.

If you need to subclass the tag handler class for the sasads:Choicebox tag, extend com.sas.taglib.servlet.beans.ChoiceboxTag.