Re: How to get the user locale from a jsp

2005-03-09 Thread Flemming G. Jensen
pplication uses Tiles and this works well. -- Flemming -Oprindelig meddelelse- From: delbd [EMAIL PROTECTED] Date: Wed, 9 Mar 2005 11:57:11 +0100 To: "Struts Users Mailing List" user@struts.apache.org Subject: Re: How to get the user locale from a jsp > Unfortunately, this i

Re: How to get the user locale from a jsp

2005-03-09 Thread delbd
ECTED] > Date: Wed, 9 Mar 2005 10:14:36 +0100 > To: user@struts.apache.org > Subject: How to get the user locale from a jsp > > > Hello > > > > How could i get the the user locale, as a page scoped bean, from struts. > > I know there is a struts util class to get t

Re: How to get the user locale from a jsp

2005-03-09 Thread Flemming G. Jensen
You get the local object from the request with the getLocale() method.. --Flemming -Oprindelig meddelelse- From: delbd [EMAIL PROTECTED] Date: Wed, 9 Mar 2005 10:14:36 +0100 To: user@struts.apache.org Subject: How to get the user locale from a jsp > Hello > > How could i ge

How to get the user locale from a jsp

2005-03-09 Thread delbd
Hello How could i get the the user locale, as a page scoped bean, from struts. I know there is a struts util class to get the user locale, but i would like to get it without resorting to the use of a scriptlet. Is there a more elegant way of doing this? I need pass the user selected language as