Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 75759 invoked from network); 5 Mar 2009 10:19:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2009 10:19:34 -0000 Received: (qmail 88501 invoked by uid 500); 5 Mar 2009 10:19:24 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 88473 invoked by uid 500); 5 Mar 2009 10:19:24 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 88462 invoked by uid 99); 5 Mar 2009 10:19:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 02:19:24 -0800 X-ASF-Spam-Status: No, hits=4.0 required=10.0 tests=HTML_MESSAGE,MIME_QP_LONG_LINE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of zoran@sparecreative.com designates 150.101.158.37 as permitted sender) Received: from [150.101.158.37] (HELO conads.com) (150.101.158.37) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 10:19:16 +0000 Received: by conads.com (CommuniGate Pro PIPE 5.2.11) with PIPE id 5979656; Thu, 05 Mar 2009 21:18:54 +1100 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 3.1.0-19102005 (2005-09-13) on mail.conads.com Received: from [60.242.126.136] (account webhosting HELO sparecreative.com) by conads.com (CommuniGate Pro SMTP 5.2.11) with ESMTPA id 5979646 for user@struts.apache.org; Thu, 05 Mar 2009 21:18:47 +1100 Received: from [10.0.1.10] (account zoran [10.0.1.10] verified) by sparecreative.com (CommuniGate Pro SMTP 5.2.11) with ESMTPA id 1957991 for user@struts.apache.org; Thu, 05 Mar 2009 21:18:46 +1100 User-Agent: Microsoft-Entourage/11.4.0.080122 Date: Thu, 05 Mar 2009 21:18:45 +1100 Subject: Display BigDecimal Format From: Zoran Avtarovski To: Struts Users Mailing List Message-ID: Thread-Topic: Display BigDecimal Format Thread-Index: Acmde8PmApHiIglvEd6JtwANkyympA== Mime-version: 1.0 Content-type: multipart/alternative; boundary="B_3319132726_5662196" X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-3.0 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, HTML_30_40,HTML_MESSAGE autolearn=ham version=3.1.0-19102005 --B_3319132726_5662196 Content-type: text/plain; charset="ISO-8859-1" Content-transfer-encoding: quoted-printable Our forms have some currency and and we need to display to 2 decimal points when the data is prepopulated. At the moment is displays as a single decimal point. I could specify all th= e relevant fields in a package.properties file but I=B9d like to do it across the board for big decimals. Do I have to create a custom type converter or is there a property I could set. Z. --B_3319132726_5662196--