[
https://issues.apache.org/jira/browse/TRINIDAD-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900065#action_12900065
]
Yee-Wah Lee commented on TRINIDAD-1887:
---------------------------------------
Before closing this issue, please test ar locale. The ar currency code,
"\u0631.\u0633.\u200f", contains "." which may be interpreted as decimal
separator.
Also, I have checked that the faces-config contains <supported-locale> for each
locale I was testing.
> Javascript failure with tr:NumberConverter type=currency
> --------------------------------------------------------
>
> Key: TRINIDAD-1887
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1887
> Project: MyFaces Trinidad
> Issue Type: Bug
> Components: Components
> Affects Versions: 1.2.13-core
> Reporter: Yee-Wah Lee
> Priority: Minor
>
> 1. Create an inputNumberSpinbox with type currency.
> <tr:inputNumberSpinbox label="Label 1" id="ins1"
> value="#{clientValidation.integer}"
> minimum="1" maximum="100" stepSize="2">
> <tr:convertNumber type="currency"/>
> </tr:inputNumberSpinbox>
> 2. Run the demo. Notice the value contains generic currency symbol "78,57 ¤".
> Press the up arrow to increment value. Get a message:
> value, stepSize, min, and max must all be numbers. value: 78,57 ¤, stepSize:
> 1, min: 1, max: 2147483647
> Tried for different locales - en, fr, ar
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.