Re: i18n of bean properties/data

2004-10-21 Thread James Mitchell
, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "Craig McClanahan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, October 21, 2004 1:19 PM Subject: Re: i18n of bean properties/data > On Thu, 21 Oct 20

Re: i18n of bean properties/data

2004-10-21 Thread Craig McClanahan
On Thu, 21 Oct 2004 11:38:05 -0300, Colin Kilburn <[EMAIL PROTECTED]> wrote: > Joe, > > Joe Hertz wrote: > > >1) is already smart enough to do what you want, so I don't > >see the necessity of making bean:write locale sensitive. You get the right > >text from some place, and if it's the property

Re: i18n of bean properties/data

2004-10-21 Thread Colin Kilburn
Joe, Joe Hertz wrote: 1) is already smart enough to do what you want, so I don't see the necessity of making bean:write locale sensitive. You get the right text from some place, and if it's the property file, you already have what you need. Unfortunately they're not in a property file. They're

RE: i18n of bean properties/data

2004-10-20 Thread Joe Hertz
1) is already smart enough to do what you want, so I don't see the necessity of making bean:write locale sensitive. You get the right text from some place, and if it's the property file, you already have what you need. 2) I think there is an existing feature request in BugZilla to make the html:o

Re: i18n of bean properties/data

2004-10-20 Thread Hubert Rabago
If it were up to me, I'd use a collection of LabelValueBean objects with the label containing the values I want to show accd to the user's Locale. I think it would be much easier than writing a custom tag. On Wed, 20 Oct 2004 18:14:50 -0300, Colin Kilburn <[EMAIL PROTECTED]> wrote: > Hi All, >