[ 
https://issues.apache.org/jira/browse/TRINIDAD-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13020083#comment-13020083
 ] 

Yee-Wah Lee commented on TRINIDAD-2084:
---------------------------------------

The behavior in Trinidad follows the MyFaces Core implementation of 
ConverterELTag. The MyFaces Core behavior is actually correct because running 
the value through the converter would cause the component to behave differently 
across locales. For example, having inputText with value="5,000" and running in 
en locale would show "5000" for en, and "5" for fr locale.   
To keep the behavior consistent with MyFaces Core,  I will close the issue. 

> TrinidadConverterELTag does not convert ValueHolder value during 
> initialization (regression)
> --------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-2084
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2084
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 2.0.0-beta-2
>            Reporter: Yee-Wah Lee
>            Assignee: Scott O'Bryan
>            Priority: Minor
>         Attachments: trunk_2084_TrinidadConverterELTag.diff
>
>
> This is seen since Trinidad-1898
> 1. Create the following jspx
> <tr:inputNumberSpinbox label="Literal" id="ins1a" value="0.5">
>  <tr:convertNumber type="currency"/>
>  </tr:inputNumberSpinbox>
> 2. Run the jspx, the input displays "0.5". Prior to Trinidad-1898, it would 
> display "ยค0.50". 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to