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
currencyCode
ISO 4217 currency code, applied only when formatting currencies.
 
Required: false
Request-time: false
Type: java.lang.String
currencySymbol
Currency symbol, applied only when formatting currencies.
 
Required: false
Request-time: false
Type: java.lang.String
groupingUsed
Flag specifying whether formatted output will contain grouping separators. Expressions must evaluate to a boolean. Default value is true.
 
Required: false
Request-time: false
Type: java.lang.String
integerOnly
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.
 
Required: false
Request-time: false
Type: java.lang.String
locale
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.
 
Required: false
Request-time: false
Type: java.lang.String
maxFractionDigits
Maximum number of digits that will be formatted in the fractional portion of the output. Expressions must evaluate to an int.
 
Required: false
Request-time: false
Type: java.lang.String
maxIntegerDigits
Maximum number of digits that will be formatted in the integer portion of the output. Expressions must evaluate to an int.
 
Required: false
Request-time: false
Type: java.lang.String
minFractionDigits
Minimum number of digits that will be formatted in the fractional portion of the output. Expressions must evaluate to an int.
 
Required: false
Request-time: false
Type: java.lang.String
minIntegerDigits
Minimum number of digits that will be formatted in the integer portion of the output. Expressions must evaluate to an int.
 
Required: false
Request-time: false
Type: java.lang.String
pattern
Custom formatting pattern which determins how the number string should be formatted and parsed.
 
Required: false
Request-time: false
Type: java.lang.String
type
Specifies how the number string will be formatted and parsed. Valid values are "number", "currency", and "percentage". Default value is "number".
 
Required: false
Request-time: false
Type: java.lang.String
binding
A ValueExpression that evaluates to an instance of javax.faces.convert.NumberConverter.
 
Required: false
Request-time: false
Type: java.lang.String

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.