You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by bu...@apache.org on 2005/02/22 09:59:29 UTC

DO NOT REPLY [Bug 33684] New: - Formatting Currency numbers : no currency symbol .

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33684>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33684

           Summary: Formatting Currency numbers : no currency symbol .
           Product: Taglibs
           Version: 1.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: I18N Taglib
        AssignedTo: taglibs-dev@jakarta.apache.org
        ReportedBy: christophe.verdon@renault.com


When using the I18N taglib Implementation-Version: 1.0.N20041118, 
the "i18n:formatCurrency" never display the currency symbol. This bug occurs 
with different "codding styles" : 
<i18n:message key="genericCurrencyNumber"> 
    <i18n:messageArg value="<%=(Object) (new Float(sampleFloat))%>"/>
</i18n:message> 

or

<i18n:locale locale="<%=loc%>">
    <i18n:formatCurrency value="<%=(Object) (new Float(sampleFloat))%>"/>
    </i18n:formatCurrency> 
</i18n:locale>

The same problem can be seen in you example.

I run my applications in Websphere Studio Application Devlopper (WSAD) version 
5.1.2, in the Websphere Test Environment. Windows XP on a PC platform.

Furthermore, an enhanced feature seems to miss in this taglib, for the 
Currency format. The programmer shoult be abble to set the currency and its 
symbol, whithout any relationship with the user locale. 

For example, if I am in France and want to by an object from USA, the 
application must show me the price in $ (USD) but not in � (EUR).

Regards

Christophe

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org