<sas-ip:IFormTextEntry>
This tag must be nested within a sas-ip:IForm tag.
Syntax
<sas-ip:IFormTextEntry
[acceptLabel="java.lang.String"]
[cacheTimeToLive="int"]
[customAttributes="java.lang.String"]
[format="java.lang.String"]
[id="value"]
[locale="java.util.Locale"]
[name="java.lang.String"]
[objectDataProperty="java.lang.String"]
[prompt="java.lang.String"]
[shortPrompt="java.lang.String"]
[title="java.lang.String"]
[value="java.lang.String"]>
[<sas-ip:IOption .../>]
[<sas-ip:SetProperty ...>
The value to set on the parent tag
</sas-ip:SetProperty>]
[Additional <sas-ip:IOption>, <sas-ip:SetProperty> tags...]
</sas-ip:IFormTextEntry>
Attributes
acceptLabel | The accept label String |
|---|---|
cacheTimeToLive | The cacheTimeToLive in seconds of the bean. |
customAttributes | |
format | The format for this element |
id | Case-sensitive name used to identify the object instance. |
locale | |
name | |
objectDataProperty | |
prompt | The prompt String |
shortPrompt | The shortPrompt String |
title | The title of the bean. |
value | The default text value String |
More Information
To view the documentation for the related TransformationBean, see com.sas.servlet.tbeans.ipage.iform.IFormTextEntry.
If you need to subclass the tag handler class for the sas-ip:IFormTextEntry tag, extend com.sas.taglib.servlet.tbeans.ipage.IFormTextEntryTag.