String formName
The name of the parent form used for javascript.
String type
Validator type.
Boolean client
Enable client-side validation?
Boolean server
Enable server-side validation?
String message
The validate
method uses this
as the text of an error message it stores on the
FacesContext when validation fails.
Map<K,V> vars
Parameters for the specific Commons Validator to be used.
String type
The type
attribute.
String min
The min
attribute.
String max
The max
attribute.
String minlength
The minlength
attribute.
String maxlength
The maxlength
attribute.
String datePatternStrict
The datePatternStrict
attribute.
String mask
The mask
attribute.
String message
The message
attribute.
String arg
The arg
attribute.
String client
The client
attribute.
String server
The server
attribute.
LinkedHashMap<K,V> params
The parameters to pass to the validator.
ValidatorTag commonsValidatorTag
String name
String value
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.