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
ò Giubelli [mailto:paoloniccolo.giube...@itestense.it] Sent: Friday, January 30, 2009 1:54 PM To: Struts Users Mailing List Subject: textbox showing currency default value Hi! I need to display a textbox, where the user should write a money value in eur. I need the textbox to display the default value in th

Re: textbox showing currency default value

2009-01-30 Thread Paolo Niccolò Giubelli
M To: Struts Users Mailing List Subject: textbox showing currency default value Hi! I need to display a textbox, where the user should write a money value in eur. I need the textbox to display the default value in the correct currency mode, like 0,00 (comma separated decimals) and not 0.0. Of course

RE: textbox showing currency default value

2009-01-30 Thread Zheng, Qiang
: Struts Users Mailing List Subject: textbox showing currency default value Hi! I need to display a textbox, where the user should write a money value in eur. I need the textbox to display the default value in the correct currency mode, like 0,00 (comma separated decimals) and not 0.0. Of course, the

textbox showing currency default value

2009-01-30 Thread Paolo Niccolò Giubelli
Hi! I need to display a textbox, where the user should write a money value in eur. I need the textbox to display the default value in the correct currency mode, like 0,00 (comma separated decimals) and not 0.0. Of course, the textbox is "connected" with a float field. Now I get 0.0 as the defaul