<sasads:TextEntry>

Generates the appropriate HTML 4.0/XHTML 1.0 INPUT tag attributes to represent a text entry field.

Syntax

<sasads:TextEntry
   [customAttributes="java.lang.String"]
   [epilog="java.lang.String"]
   [id="value"]
   [instantiate="true|false"]
   [locale="java.util.Locale"]
   [maximumLength="java.lang.String"]
   [name="java.lang.String"]
   [prolog="java.lang.String"]
   [ref="java.lang.String"]
   [render="true|false"]
   [scope="java.lang.String"]
   [size="java.lang.String"]
   [styleClass="java.lang.String"]
   [style="java.lang.String"]
   [text="java.lang.String"] />

Attributes

customAttributes
epilog
idCase-sensitive name used to identify the object instance.
instantiate
locale
maximumLengthThe maximum length of the TextEntry field.
name
prolog
ref
render
scope
sizeThe size of the TextEntry field.
styleClass
style
textThe text of the TextEntry field.

More Information

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

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