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
>>you could format them yourself, either in the setter (yuck), or in the action. Why not in the setter? Sometimes I'll use the setter to populate some other fields privately that then get used later on in the form. Example: I get a decimal number representing time off the db. The setter mov

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 to why the html:text tag uses