SV: HTML:TEXT tag and Internationalization

2004-08-24 Thread hermod . opstvedt
Hi Yeah, but why invent something new every time when the framework can do it for you ? -Opprinnelig melding- Fra: Jim Barrows [mailto:[EMAIL PROTECTED] Sendt: 24. august 2004 18:47 Til: Struts Users Mailing List Emne: RE: HTML:TEXT tag and Internationalization > -Origi

RE: HTML:TEXT tag and Internationalization

2004-08-24 Thread bmf5
ent: Tuesday, August 24, 2004 10:09 AM > To: Struts Users Mailing List > Subject: RE: HTML:TEXT tag and Internationalization > > > > > > > >>you could format them yourself, either in the setter > (yuck), or in the > action. > > Why not in the setter? Some

RE: HTML:TEXT tag and Internationalization

2004-08-24 Thread Jim Barrows
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 24, 2004 10:09 AM > To: Struts Users Mailing List > Subject: RE: HTML:TEXT tag and Internationalization > > > > > > > >>you could format th

RE: HTML:TEXT tag and Internationalization

2004-08-24 Thread bmf5
CTED] > > Sent: Tuesday, August 24, 2004 4:38 AM > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > > Subject: HTML:TEXT tag and Internationalization > > > > > > Hi > > > > Is there any reasonable argument as to why the html:text tag uses > > default

RE: HTML:TEXT tag and Internationalization

2004-08-24 Thread Jim Barrows
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 24, 2004 4:38 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: HTML:TEXT tag and Internationalization > > > Hi > > Is there any reasonable argument as

HTML:TEXT tag and Internationalization

2004-08-24 Thread hermod . opstvedt
Hi Is there any reasonable argument as to why the html:text tag uses default (value.toString()) formating, while the bean:write uses a formatter that is I18N aware. This is really anoying for locales that normally use comma as a decimal seperator. If you output the value with bean:write it will lo