JSF core tag library.
Tag convertNumber


This tag creates a number formatting converter and associates it with the nearest parent UIComponent. Unless otherwise specified, all attributes accept static values or EL expressions. see Javadoc of JSF Specification


Tag Information
Tag Classorg.apache.myfaces.taglib.core.ConvertNumberTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
currencyCodefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
ISO 4217 currency code
currencySymbolfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The currency symbol used to format a currency value. Defaults to the currency symbol for locale.
groupingUsedfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies whether output will contain grouping separators. Default: true.
integerOnlyfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies whether only the integer part of the input will be parsed. Default: false.
localefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The name of the locale to be used, instead of the default as specified in the faces configuration file.
maxFractionDigitsfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
The maximum number of digits in the fractional portion of the number.
maxIntegerDigitsfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
The maximum number of digits in the integer portion of the number.
minFractionDigitsfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
The minimum number of digits in the fractional portion of the number.
minIntegerDigitsfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
The minimum number of digits in the integer portion of the number.
patternfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A custom Date formatting pattern, in the format used by java.text.SimpleDateFormat.
typefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The type of formatting/parsing to be performed. Values include: number, currency, and percent. Default: number.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.convert.NumberConverter)
A ValueExpression that evaluates to a NumberConverter.

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.