<sasads:iForm>

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.

Syntax

<sasads:iForm
   [action="java.lang.String"]
   [customAttributes="java.lang.String"]
   [epilog="java.lang.String"]
   [id="value"]
   [instantiate="true|false"]
   [locale="java.util.Locale"]
   [method="java.lang.String"]
   [name="java.lang.String"]
   [prolog="java.lang.String"]
   [ref="java.lang.String"]
   [render="true|false"]
   [scope="java.lang.String"]
   [styleClass="java.lang.String"]
   [style="java.lang.String"]
   [title="java.lang.String"]>
      [<sasads:iFormTextEntry .../>]
      [<sasads:iFormPassword .../>]
      [<sasads:iFormHidden .../>]
      [<sasads:iFormListbox ...>
         [One or more lines of choices to be used in the listbox]
      </sasads:iFormListbox>]
      [<sasads:iFormRadio ...>
         [One or more lines of choices to be used in the RadioTag]
      </sasads:iFormRadio>]
      [Additional <sasads:iFormTextEntry>, <sasads:iFormPassword>, <sasads:iFormHidden>, <sasads:iFormListbox>, <sasads:iFormRadio> tags...]
</sasads:iForm>

Attributes

actionThe action URL to post forms, such as "http://www.sas.com/jsp/my.jsp".
customAttributes
epilog
idCase-sensitive name used to identify the object instance.
instantiate
locale
methodThe HTTP method. Valid values are "get"(default) or "post".
name
prolog
ref
render
scope
styleClass
style
titleThe title String for the bean.

More Information

To view the documentation for the related TransformationBean, see com.sas.servlet.beans.wireless.iForm.

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