<sasads:iFormTextEntry>
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:iFormTextEntry
[format="java.lang.String"]
[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"] />
Attributes
format | The format for this element |
|---|---|
id | Case-sensitive name used to identify the object instance. |
instantiate | |
locale | |
name | The name of the input element |
prompt | The prompt for this element |
ref | |
scope |
More Information
If you need to subclass the tag handler class for the sasads:iFormTextEntry tag, extend com.sas.taglib.servlet.beans.iFormTextEntryTag.