<sas-ip:IFormPassword>

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

Syntax

<sas-ip: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-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:IFormPassword>

Attributes

acceptLabelThe accept label String
cacheTimeToLiveThe cacheTimeToLive in seconds of the bean.
customAttributes
idCase-sensitive name used to identify the object instance.
locale
name
objectDataProperty
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-ip:IFormPassword tag, extend com.sas.taglib.servlet.tbeans.ipage.IFormPasswordTag.