WAP Tags
Tag inputSecret


The inputSecret tag represents an security input field (a text field where the user can enter some text). Default value sets the attribute "value". If the "styleClass" attribute is present, render its value as the value of the "class" attribute.


Tag Information
Tag Classorg.apache.myfaces.wap.taglib.InputSecretTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
namefalsefalsejava.lang.StringThe name of the variable that is set with the result of the user's input.
emptyokfalsefalsejava.lang.StringSets whether the user can leave the input field blank or not. Default is "false"
formatfalsefalsejava.lang.StringSets the data format for the input field. Default is "*M". A = uppercase alphabetic or punctuation characters a = lowercase alphabetic or punctuation characters N = numeric characters X = uppercase characters x = lowercase characters M = all characters m = all characters f = Any number of characters. Replace the f with one of the letters above to specify what characters the user can enter nf = Replace the n with a number from 1 to 9 to specify the number of characters the user can enter. Replace the f with one of the letters above to specify what characters the user can enter
maxlengthfalsefalsejava.lang.StringSets the maximum number of characters the user can enter in the field
sizefalsefalsejava.lang.StringSets the width of the input field
tabindexfalsefalsejava.lang.StringSets the tabbing position for the input field
titlefalsefalsejava.lang.StringSets a title for the input field
xmllangfalsefalsejava.lang.StringThe xml:lang attribute specifies the natural or formal language of an element or its attributes.
styleClassfalsefalsejava.lang.StringSpace-separated list of style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.
idfalsefalsejava.lang.StringThe component identifier for the associated component.
renderedfalsefalsejava.lang.StringFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
bindingfalsefalsejava.lang.StringThe value binding expression linking this component to a property in a backing bean.
converterfalsefalsejava.lang.StringConverter instance registered with this component.
immediatefalsefalsejava.lang.StringFlag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase.
valuefalsefalsejava.lang.StringThe current value of this component.
requiredfalsefalsejava.lang.StringFlag indicating that the user is required to provide a submitted value for this input component.
validatorfalsefalsejava.lang.StringMethodBinding representing a validator method that will be called during Process Validations to perform correctness checks on the value of this component. The expression must evaluate to a public method that takes FacesContext, UIComponent, and Object parameters, with a return type of void.
valueChangeListenerfalsefalsejava.lang.StringMethodBinding representing a value change listener method that will be notified when a new value has been set for this input component. The expression must evaluate to a public method that takes a ValueChangeEvent parameter, with a return type of void.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.