<sas-ip:IOption>
This tag must be nested within a sas-ip:IMenu, sas-ip:IText, sas-ip:IForm, sas-ip:IFormTextEntry, sas-ip:IFormPassword, sas-ip:IFormRadio or sas-ip:IFormListBox tag.
Syntax
<sas-ip:IOption label="java.lang.String" URL="java.lang.String"
[id="value"]
[instantiate="true|false"]
[locale="java.util.Locale"]
[ref="java.lang.String"]
[scope="java.lang.String"] />
Attributes
id | Case-sensitive name used to identify the object instance. |
|---|---|
instantiate | |
label | the label String |
locale | |
ref | |
scope | |
URL | the URL String |
More Information
If you need to subclass the tag handler class for the sas-ip:IOption tag, extend com.sas.taglib.servlet.tbeans.ipage.IOptionTag.