The passwordEntry Component is based on the standard HTML tag <INPUT TYPE="password"> and is a textEntry Component.
The passwordEntry Component has the following capabilities :
<v:passwordEntry id="password" text="" clientValidator="alpha_fr_lower('0123456789')" required="true" columnNumber="16" > <v:validationParameter name="required.error.summary" value="${messages.login_passwordRequired_message}" /> </v:passwordEntry >