Return-Path: Delivered-To: apmail-jakarta-taglibs-dev-archive@www.apache.org Received: (qmail 47154 invoked from network); 22 Feb 2005 22:00:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Feb 2005 22:00:30 -0000 Received: (qmail 48728 invoked by uid 500); 22 Feb 2005 22:00:29 -0000 Delivered-To: apmail-jakarta-taglibs-dev-archive@jakarta.apache.org Received: (qmail 48706 invoked by uid 500); 22 Feb 2005 22:00:29 -0000 Mailing-List: contact taglibs-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tag Libraries Developers List" Reply-To: "Tag Libraries Developers List" Delivered-To: mailing list taglibs-dev@jakarta.apache.org Received: (qmail 48693 invoked by uid 99); 22 Feb 2005 22:00:29 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 22 Feb 2005 14:00:27 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j1MM0OnF004831 for ; Tue, 22 Feb 2005 23:00:24 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id j1MM0Ogt004829; Tue, 22 Feb 2005 23:00:24 +0100 Date: Tue, 22 Feb 2005 23:00:24 +0100 Message-Id: <200502222200.j1MM0Ogt004829@ajax.apache.org> From: bugzilla@apache.org To: taglibs-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 33684] - Formatting Currency numbers : no currency symbol . X-Bugzilla-Reason: AssignedTo X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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 kris@dotech.com 2005-02-22 23:00 ------- I'm not sure I understand what you're trying to illustrate with your first example. 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: taglibs-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org