Currency Float - caf_f:convertCurrencyFloat

Converter Information 
InfoValue
Converter IDcom.webmethods.caf.faces.converter.CurrencyFloat
Handler ClassNone
Description Converter implementation for java.lang.Float (and float primitive) values, taking into account localized currency formatting.
Palette LocationCAF Core/Converter/Currency/Currency Float
Attributes 
NameRequiredTypeDescription
currencyCodefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The formatting for a currency. Use ISO4217 3-Letter Code.
customErrorMsgfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Custom message for invalid object types and conversion errors.
patternfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Custom formatting pattern (must include the currency patterns). 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.