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 ------- Additional Comments From [EMAIL PROTECTED] 2005-02-22 23:00 ------- I'm not sure I understand what you're trying to illustrate with your first example. <i18n:message> is essentially just a taglib interface into java.text.MessageFormat. Does your resource bundle contain something like: genericCurrencyNumber={0,number,currency} As for the second example, I'm really not sure why that wouldn't work. It should be the equivalent of: Format format = NumberFormat.getCurrencyInstance(loc); String s = format.format(new Float(sampleFloat)); Which prints a currency symbol just fine. -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
