<sasads:iFormListbox>

This tag is used for creating an iForm for use with a variety of markup languages (including WML,HDML, and HTML). The user can use this class to write an iForm without having to know the markup language that is to reference the page.

This tag must be nested within a sasads:iForm tag.

Syntax

<sasads:iFormListbox
   [id="value"]
   [instantiate="true|false"]
   [locale="java.util.Locale"]
   [name="java.lang.String"]
   [prompt="java.lang.String"]
   [ref="java.lang.String"]
   [scope="java.lang.String"]>
      [One or more lines of choices to be used in the listbox]
</sasads:iFormListbox>

Attributes

idCase-sensitive name used to identify the object instance.
instantiate
locale
nameThe name of the listbox element
promptThe prompt for this element
ref
scope

More Information

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