<f:convertNumber type="currency"/> not working properly.
--------------------------------------------------------

         Key: MYFACES-641
         URL: http://issues.apache.org/jira/browse/MYFACES-641
     Project: MyFaces
        Type: Bug
  Components: General  
    Versions: 1.1.0    
 Environment: Win XP Professional SP2
    Reporter: Tim Mashinter
    Priority: Minor


<h:outputText value=#{object.dollarAmount}">
     <f:convertNumber type="currency"/>
</h:outputText>

When using the sun implementation of JSF it outputs the following: $1,200.55
When using the MyFaces implemenation if output the following: ยค1,200.55

The pattern being used is correct. But the currency symbol isn't automatically 
determined based on my locale the same way the SUN implementation is done. 

Having this automatically determined based on the systems locale makes this 
better for applications aiming to support multiple languages (I18N).


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to