From owner-freebsd-java@FreeBSD.ORG Sat Nov 3 13:15:17 2007 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20E5116A468 for ; Sat, 3 Nov 2007 13:15:17 +0000 (UTC) (envelope-from ben@idataconnect.com) Received: from ns.idataconnect.com (ns.idataconnect.com [64.173.188.135]) by mx1.freebsd.org (Postfix) with ESMTP id 0BBBF13C4A6 for ; Sat, 3 Nov 2007 13:15:16 +0000 (UTC) (envelope-from ben@idataconnect.com) Received: from [10.0.1.201] (CPE-76-178-93-102.natsow.res.rr.com [76.178.93.102]) by ns.idataconnect.com (Postfix) with ESMTP id 9184181565 for ; Sat, 3 Nov 2007 05:12:01 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-java@FreeBSD.org From: Ben Upsavs Date: Sat, 3 Nov 2007 05:11:56 -0700 X-Mailer: Apple Mail (2.752.2) Cc: Subject: JDK6 bug X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Nov 2007 13:15:17 -0000 I just tried JDK6 patchlevel 2 and the showstopper for me was that if I have a web page using JSTL and I add a tag such as this: the number will not be formatted as currency. Even if I specify above the formatNumber tag, the results are no different. I always see a result of the value I am trying to format, with one decimal place, and no currency symbol. e.g. 123 becomes 123.0 instead of $123.00