Re: Using a localized pattern with fmt:formatNumber

2004-09-14 Thread Bill Siggelkow
Helios -- you're pretty much right. My reason is basically academic; let me exlain -- The Struts bean:write tag applies the pattern as a localized pattern if the pattern is retrieved using the formatKey attribute. I was basically trying to find out if there was a way to emulate this behavior in

Re: Using a localized pattern with fmt:formatNumber

2004-09-14 Thread Helios Alonso
Maybe you have to explain why you need to localize your pattern. I mean, can't you use a non-localized pattern even if you have one for each locale? At 16:50 13/09/2004 -0400, you wrote: Is it possible to apply a localized pattern when using the fmt:formatNumber tag? In other words, I would li

Re: Using a localized pattern with fmt:formatNumber

2004-09-13 Thread Big Chiz
i thought it would just be something like But i can be wrong... always... :) On Mon, 13 Sep 2004 16:50:37 -0400, Bill Siggelkow <[EMAIL PROTECTED]> wrote: > Is it possible to apply a localized pattern when using the > fmt:formatNumber tag? > > In other words, I would like the following to wor

Using a localized pattern with fmt:formatNumber

2004-09-13 Thread Bill Siggelkow
Is it possible to apply a localized pattern when using the fmt:formatNumber tag? In other words, I would like the following to work correctly if my locale is some European locale like Russian: Say,I have a Double with a value of "12345.34" This does not apply the pattern as a localized pattern