<sas:IFormPassword>

This tag is used for creating for password field in an IForm for use with a variety of markuplanguages (including WML,HDML, and HTML). The user can use this class to write an IFormwithout having to know the markup language that is to reference the page.

This tag must be nested within a sas:IForm tag.

Syntax

<sas:IFormPassword
   [acceptLabel="java.lang.String"]
   [cacheTimeToLive="int"]
   [customAttributes="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:IOption .../>]
      [<sas:SetProperty ...>
         The value to set on the parent tag
      </sas:SetProperty>]
      [Additional <sas:IOption>, <sas:SetProperty> tags...]
</sas:IFormPassword>

Attributes

acceptLabelThe accept label String
cacheTimeToLiveThe cacheTimeToLive in seconds of the bean.
customAttributesa list of attributes in the form of attribute="value", space delimited
idCase-sensitive name used to identify the object instance.
localeSpecifies the locale to use for this instance of the class.
nameValue assigned to the markup tag's name attribute.
objectDataPropertyValue assigned to the output tag's objectDataProperty attribute.
promptThe prompt String
shortPromptThe shortPrompt String
titleThe title of the bean.
valueThe default text value String

More Information

To view the documentation for the related TransformationBean, see com.sas.servlet.tbeans.ipage.iform.IFormPassword.

If you need to subclass the tag handler class for the sas:IFormPassword tag, extend com.sas.taglib.servlet.tbeans.ipage.IFormPasswordTag.