Re: Using default date format according to current Locale

2007-08-28 Thread Paul Benedict
Sounds like you want a dynamic property file :-) That's the only thing I can think of. On 8/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi all ! > > I'm trying to use pretty correctly Locale with Struts (1.2.8). > > I want to display for exemple a Date in current user Locale. Current

Using default date format according to current Locale

2007-08-28 Thread darfy
Hi all ! I'm trying to use pretty correctly Locale with Struts (1.2.8). I want to display for exemple a Date in current user Locale. Currently I use this method : with the adequate formatKey in my localized MessageRessources*.properties. This works perfectly, but... Since I just put in these