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

Tomcat 5.5

2004-09-13 Thread Karl Coleman
I just saw that Tomcat 5.5 is out. Is this a beta release? I don't see anything at Jakarta that says that it is. Thanks, Karl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Looping with paramValues

2004-09-13 Thread Helios Alonso
Oops. Exactly. At 11:56 13/09/2004 -0400, you wrote: Helios, Small correction (I think), did you mean ... > > > > Note: I switched var and items values. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: Looping with paramValues

2004-09-13 Thread Ross, Douglas
Helios, Small correction (I think), did you mean ... > > > > Note: I switched var and items values. -Original Message- From: Helios Alonso [mailto:[EMAIL PROTECTED] Sent: Monday, September 13, 2004 11:28 AM To: Tag Libraries Users List Subject: Re: Looping with paramValues The ite

Re: Looping with paramValues

2004-09-13 Thread Helios Alonso
The items in the params collection are Entries (java.util.Map.Entry I think). So you can access two properties at each entry: key and value. You can do (changing paramValues to entry for clarity): At 10:50 13/09/2004 +0100, you wrote: Closest I've got in my extant code is something lik

Re: Looping with paramValues

2004-09-13 Thread Malcolm Cowe
Closest I've got in my extant code is something like this: Regards, Malcolm. Nic Werner wrote: Hi, Is there a '.key' accessor for paramValues? Basically I only want to access the variables that match a certain index and do comparison work with them I'm familiar with accessing