<sasads:Password>
Generates the appropriate HTML 4.0/XHTML 1.0 INPUT tag attributes to represent a password entry field.
Syntax
<sasads:Password
[customAttributes="java.lang.String"]
[epilog="java.lang.String"]
[id="value"]
[instantiate="true|false"]
[locale="java.util.Locale"]
[maximumLength="int"]
[name="java.lang.String"]
[prolog="java.lang.String"]
[ref="java.lang.String"]
[render="true|false"]
[scope="java.lang.String"]
[size="int"]
[styleClass="java.lang.String"]
[style="java.lang.String"]
[text="java.lang.String"] />
Attributes
customAttributes | |
|---|---|
epilog | |
id | Case-sensitive name used to identify the object instance. |
instantiate | |
locale | |
maximumLength | The maximum length of the Password |
name | |
prolog | |
ref | |
render | |
scope | |
size | The size of the Password |
styleClass | |
style | |
text | The text of the Password. |
More Information
To view the documentation for the related TransformationBean, see com.sas.servlet.beans.PasswordInterface.
If you need to subclass the tag handler class for the sasads:Password tag, extend com.sas.taglib.servlet.beans.PasswordTag.