RE: [Formatting data] - Format a number as currency

2008-01-23 Thread John Koutros
Message- From: Pascal SEREMES-DAMAL [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 22, 2008 4:03 PM To: Struts Users Mailing List Subject: Re: [Formatting data] - Format a number as currency Thank you John. But How can I manage with the proprty file? 2008/1/22, John Koutros <[EMAIL PROTEC

Re: [Formatting data] - Format a number as currency

2008-01-22 Thread Pascal SEREMES-DAMAL
Thank you John. But How can I manage with the proprty file? 2008/1/22, John Koutros <[EMAIL PROTECTED]>: > > You can use the s:text struts tag. > > > > Where > > format.money = {0,number,#,##0.00} in a property file > > > -Original Message- > From: Pascal SEREMES-DAMAL [mailto:[EMAIL PROT

RE: [Formatting data] - Format a number as currency

2008-01-22 Thread John Koutros
You can use the s:text struts tag. Where format.money = {0,number,#,##0.00} in a property file -Original Message- From: Pascal SEREMES-DAMAL [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 22, 2008 3:12 AM To: Struts Users Mailing List Subject: [Formatting data] - Format a number a

Re: [Formatting data] - Format a number as currency

2008-01-22 Thread Chris Pratt
It would be nice of there was some way that OGNL could use the JSTL functions. It would definitely make formatting data that needs to be displayed in Struts forms easier. (*Chris*) On Jan 22, 2008 12:55 AM, Pascal SEREMES-DAMAL <[EMAIL PROTECTED]> wrote: > Thanks to Martin for his answer. > > I

Re: [Formatting data] - Format a number as currency

2008-01-22 Thread Pascal SEREMES-DAMAL
Thanks to Martin for his answer. I had the idea of JSTL too Alberto. Thank you very much. 2008/1/22, Alberto A. Flores <[EMAIL PROTECTED]>: > > I'll recommend using using JSTL instead. > > > On Jan 21, 2008 8:11 PM, Pascal SEREMES-DAMAL <[EMAIL PROTECTED]> > wrote: > > > Hi everyone!!! > > > > I

Re: [Formatting data] - Format a number as currency

2008-01-21 Thread Alberto A. Flores
I'll recommend using using JSTL instead. On Jan 21, 2008 8:11 PM, Pascal SEREMES-DAMAL <[EMAIL PROTECTED]> wrote: > Hi everyone!!! > > I'd like to know if it is possible to format a number into a currency with > the struts taglib. > > Thanks. > -- Alberto http://www.linkedin.com/in/aflores