Re: textbox showing currency default value

2009-02-04 Thread QZ
;> Sent: Friday, January 30, 2009 2:26 PM >> To: Struts Users Mailing List >> Subject: Re: textbox showing currency default value >> >> sorry... I meant .. I'm really tired...:D >> >> Paolo Niccolò Giubelli ha scritto: >>> Sorry, I don't unde

Re: textbox showing currency default value

2009-02-02 Thread Paweł Wielgus
> From: Paolo Niccolò Giubelli [mailto:paoloniccolo.giube...@itestense.it] >>> Sent: Friday, January 30, 2009 2:26 PM >>> To: Struts Users Mailing List >>> Subject: Re: textbox showing currency default value >>> >>> sorry... I meant .. I'm really tired.

Re: textbox showing currency default value

2009-01-31 Thread Paolo Niccolò Giubelli
009 2:26 PM To: Struts Users Mailing List Subject: Re: textbox showing currency default value sorry... I meant .. I'm really tired...:D Paolo Niccolò Giubelli ha scritto: Sorry, I don't understand from where I should return what. I have a Form with a float m_price = 0.0 field (wit ac

Re: textbox showing currency default value

2009-01-31 Thread Paolo Niccolò Giubelli
2009 2:26 PM To: Struts Users Mailing List Subject: Re: textbox showing currency default value sorry... I meant .. I'm really tired...:D Paolo Niccolò Giubelli ha scritto: Sorry, I don't understand from where I should return what. I have a Form with a float m_price = 0.0 field (wit ac

RE: textbox showing currency default value

2009-01-30 Thread Zheng, Qiang
You need to implement that in action. -Original Message- From: Paolo Niccolò Giubelli [mailto:paoloniccolo.giube...@itestense.it] Sent: Friday, January 30, 2009 2:26 PM To: Struts Users Mailing List Subject: Re: textbox showing currency default value sorry... I meant .. I'm really

Re: textbox showing currency default value

2009-01-30 Thread Paolo Niccolò Giubelli
sorry... I meant .. I'm really tired...:D Paolo Niccolò Giubelli ha scritto: Sorry, I don't understand from where I should return what. I have a Form with a float m_price = 0.0 field (wit accessors methods). In the jsp I have I need to se a textbox like this || | 0,00

Re: textbox showing currency default value

2009-01-30 Thread Paolo Niccolò Giubelli
Sorry, I don't understand from where I should return what. I have a Form with a float m_price = 0.0 field (wit accessors methods). In the jsp I have I need to se a textbox like this || | 0,00 | || Thanks anyway. Zheng, Qiang ha scritto:

RE: textbox showing currency default value

2009-01-30 Thread Zheng, Qiang
You can try load the locale of this user and Format currencyformat = NumberFormat.getCurrencyInstance(locale); Return currencyformat.format(amount); -Original Message- From: Paolo Niccolò Giubelli [mailto:paoloniccolo.giube...@itestense.it] Sent: Friday, January 30, 2009 1:54 PM To: Stru