| 
 | |||||||
| FRAMES NO FRAMES | |||||||
Register a NumberConverter instance on the UIComponent associated with the closest parent UIComponent custom action.
| Tag Information | |
| Tag Class | org.apache.myfaces.view.facelets.tag.jsf.core.ConvertNumberHandler | 
| TagExtraInfo Class | None | 
| Body Content | empty | 
| Display Name | None | 
| Attributes | ||||
| Name | Required | Request-time | Type | Description | 
| for | false | false | java.lang.String | {@inheritDoc} | 
| currencyCode | false | false | javax.el.ValueExpression(must evaluate to java.lang.String) | ISO 4217 currency code | 
| currencySymbol | false | false | javax.el.ValueExpression(must evaluate to java.lang.String) | The currency symbol used to format a currency value. Defaults to the currency symbol for locale. | 
| groupingUsed | false | false | javax.el.ValueExpression(must evaluate to boolean) | Specifies whether output will contain grouping separators. Default: true. | 
| integerOnly | false | false | javax.el.ValueExpression(must evaluate to boolean) | Specifies whether only the integer part of the input will be parsed. Default: false. | 
| locale | false | false | javax.el.ValueExpression(must evaluate to java.util.Locale) | The name of the locale to be used, instead of the default as specified in the faces configuration file. | 
| maxFractionDigits | false | false | javax.el.ValueExpression(must evaluate to int) | The maximum number of digits in the fractional portion of the number. | 
| maxIntegerDigits | false | false | javax.el.ValueExpression(must evaluate to int) | The maximum number of digits in the integer portion of the number. | 
| minFractionDigits | false | false | javax.el.ValueExpression(must evaluate to int) | The minimum number of digits in the fractional portion of the number. | 
| minIntegerDigits | false | false | javax.el.ValueExpression(must evaluate to int) | The minimum number of digits in the integer portion of the number. | 
| pattern | false | false | javax.el.ValueExpression(must evaluate to java.lang.String) | A custom Date formatting pattern, in the format used by java.text.SimpleDateFormat. | 
| type | false | false | javax.el.ValueExpression(must evaluate to java.lang.String) | The type of formatting/parsing to be performed. Values include: number, currency, and percent. Default: number. | 
| binding | false | false | javax.el.ValueExpression(must evaluate to jakarta.faces.convert.NumberConverter) | A ValueExpression that evaluates to a NumberConverter. | 
| Variables | No Variables Defined. | 
| 
 | |||||||
| FRAMES NO FRAMES | |||||||