f
Tag convertNumber


Register a NumberConverter instance on the UIComponent associated with the closest parent UIComponent custom action.


Tag Information
Tag Classcom.sun.faces.taglib.jsf_core.ConvertNumberTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
currencyCodefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
ISO 4217 currency code, applied only when formatting currencies.
currencySymbolfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Currency symbol, applied only when formatting currencies.
groupingUsedfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag specifying whether formatted output will contain grouping separators. Expressions must evaluate to a boolean. Default value is true.
integerOnlyfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag specifying whether only the integer part of the value will be formatted and parsed. Expressions must evaluate to a boolean. Default value is false.
localefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)

Locale whose predefined styles for numbers are used during formatting and parsing. If not specified, the Locale returned by FacesContext.getViewRoot().getLocale() will be used. Expressions must evaluate to a java.util.Locale or a String that is valid to pass as the first argument to the constructor java.util.Locale(String language, String country). The empty string is passed as the second argument.

maxFractionDigitsfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum number of digits that will be formatted in the fractional portion of the output. Expressions must evaluate to an int.
maxIntegerDigitsfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum number of digits that will be formatted in the integer portion of the output. Expressions must evaluate to an int.
minFractionDigitsfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Minimum number of digits that will be formatted in the fractional portion of the output. Expressions must evaluate to an int.
minIntegerDigitsfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Minimum number of digits that will be formatted in the integer portion of the output. Expressions must evaluate to an int.
patternfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Custom formatting pattern which determins how the number string should be formatted and parsed.
typefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies how the number string will be formatted and parsed. Valid values are "number", "currency", and "percent". Default value is "number".
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.convert.NumberConverter)
A ValueExpression that evaluates to an instance of javax.faces.convert.NumberConverter.
forfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

If present, this attribute refers to the value of one of the exposed attached objects within the composite component inside of which this tag is nested.


Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.