<sas-ip:IFormListBox>
This tag must be nested within a sas-ip:IForm tag.
Syntax
<sas-ip:IFormListBox
[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 listbox]
</sas-ip:IFormListBox>
Attributes
acceptLabel | The accept label String |
|---|---|
cacheTimeToLive | The cacheTimeToLive in seconds of the bean. |
customAttributes | |
descriptionModel | The descriptionModel to be used for the listbox items names. |
id | Case-sensitive name used to identify the object instance. |
locale | |
model | The model to be used for the listbox items names. |
name | |
objectDataProperty | |
prompt | The prompt String |
shortPrompt | The shortPrompt String |
title | The title of the bean. |
More Information
To view the documentation for the related TransformationBean, see com.sas.servlet.tbeans.ipage.iform.IFormListBox.
If you need to subclass the tag handler class for the sas-ip:IFormListBox tag, extend com.sas.taglib.servlet.tbeans.ipage.IFormListBoxTag.