Formatted Double Range - caf_f:validateFormattedDoubleRange

Validator Information 
InfoValue
Validator IDcom.webmethods.caf.faces.validator.FormattedDoubleRange
Handler ClassNone
Description Min/max double value, taking into account localized number formatting.
Palette LocationCAF Core/Validator/Formatted/Formatted Double Range
Attributes 
NameRequiredTypeDescription
customErrorMsgfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Custom message for validation errors.
maximumfalsejavax.el.ValueExpression
(must evaluate to java.lang.Double)
The maximum value allowed.
minimumfalsejavax.el.ValueExpression
(must evaluate to java.lang.Double)
The minimum value allowed.
patternfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Custom formatting pattern. Refer to java.text.DecimalFormat for more information.
regionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The Locale to use for determining the value.
showCAFErrorMsgfalsejavax.el.ValueExpression
(must evaluate to boolean)
Include the CAF error message with the custom error message.

If not specified, the default value is "false".

Output generated by Vdldoc View Declaration Language Documentation Generator.