<sas:IOption>
This tag is used for creating an IOption for use with a variety of markuplanguages (including WML,HDML, and HTML). The user can use this class to create anoption which is added to an iPage tag.
This tag must be nested within a sas:IMenu, sas:IText, sas:IForm, sas:IFormTextEntry, sas:IFormPassword, sas:IFormRadio or sas:IFormListBox tag.
Syntax
<sas:IOption label="java.lang.String" URL="java.lang.String"
[id="value"]
[instantiate="true|false"]
[ref="java.lang.String"]
[scope="page|request|session|application"] />
Attributes
id | Case-sensitive name used to identify the object instance. |
---|---|
instantiate | Flag that, if true, indicates that a new instance of the underlying class should be loaded if one cannot be found in PageContext. Must be used with an id attribute. |
label | the label String |
ref | The variable String value that represents an object created earlier in the same scope. |
scope | The scope (or page context) within which the reference is available. |
URL | the URL String |
More Information
If you need to subclass the tag handler class for the sas:IOption tag, extend com.sas.taglib.servlet.tbeans.ipage.IOptionTag.