<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

idCase-sensitive name used to identify the object instance.
instantiate
labelthe label String
locale
ref
scope
URLthe 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.