Re: problem with formatKey in bean:write

2005-01-17 Thread Niall Pemberton
t;##0" to determine the group size is 3 - the same as your "default" pattern. Niall - Original Message - From: "Muhammad Momin Rashid" <[EMAIL PROTECTED]> To: Sent: Monday, January 17, 2005 10:24 AM Subject: problem with formatKey in bean:write > Hel

problem with formatKey in bean:write

2005-01-17 Thread Muhammad Momin Rashid
Hello All, I have a page in which I am trying to display formated balance using following bean:write tag. The balance property is BigDecimal. The format.amount is defined in my .properties files as format.amount=###,###,##0.00 for default, and format.amount=##,##,##,##0.00 for en_PK locale.