<sasads:iFormRadio>

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:iFormRadio
   [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 RadioTag]
</sasads:iFormRadio>

Attributes

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

More Information

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