RE: Re: localization ugliness

2001-07-25 Thread devon . bowen
> You can try this: > > At the moment, I'm restricted to v1.0 but the above is still much cleaner than what I had. Thanks! Devon

Re: localization ugliness

2001-07-25 Thread Gregor Rayman
<[EMAIL PROTECTED]> wrote: [...] > What I'd like to do is something like: > > > > Of course, this doesn't work. So what I am actually doing is > adding a new method to the bean which duplicates the code > in so that the bean can do the mapping for me. > I then display the string with: > >

localization ugliness

2001-07-25 Thread devon . bowen
I have a bean that is filled in by a database in the Action and then displayed via JSP. One of the attributes of this bean is a code that can be 001, 002, 003, or 004. In the output, this code needs to be mapped to a word and this word needs to be localized. Sounds like an easy problem but I can'