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 Classcom.sun.faces.taglib.FacesTagExtraInfo
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
currencyCodefalsefalsejava.lang.String ISO 4217 currency code, applied only when formatting currencies.
currencySymbolfalsefalsejava.lang.String Currency symbol, applied only when formatting currencies.
groupingUsedfalsefalsejava.lang.String Flag specifying whether formatted output will contain grouping separators. Expressions must evaluate to a boolean. Default value is true.
integerOnlyfalsefalsejava.lang.String 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.
localefalsefalsejava.lang.String 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.
maxFractionDigitsfalsefalsejava.lang.String Maximum number of digits that will be formatted in the fractional portion of the output. Expressions must evaluate to an int.
maxIntegerDigitsfalsefalsejava.lang.String Maximum number of digits that will be formatted in the integer portion of the output. Expressions must evaluate to an int.
minFractionDigitsfalsefalsejava.lang.String Minimum number of digits that will be formatted in the fractional portion of the output. Expressions must evaluate to an int.
minIntegerDigitsfalsefalsejava.lang.String Minimum number of digits that will be formatted in the integer portion of the output. Expressions must evaluate to an int.
patternfalsefalsejava.lang.String Custom formatting pattern which determins how the number string should be formatted and parsed.
typefalsefalsejava.lang.String Specifies how the number string will be formatted and parsed. Valid values are "number", "currency", and "percentage". Default value is "number".

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.