Re: s:if and locale

2013-09-10 Thread Hernán
; To: Struts Users Mailing List ; Alireza Fattahi > < > > afatt...@yahoo.com>; Chris > > Sent: Monday, 9 September 2013, 7:49 > > Subject: Re: s:if and locale > > > > > > Hello , > > Could you please write how do you

Re: s:if and locale

2013-09-10 Thread Chris Pratt
ist ; Alireza Fattahi < > afatt...@yahoo.com>; Chris > Sent: Monday, 9 September 2013, 7:49 > Subject: Re: s:if and locale > > > Hello , > Could you please write how do you define > > The locale is = ${locale} //Here the correct locale is displayed! > I see in my br

Re: s:if and locale

2013-09-10 Thread Chris
. The did not work! I don't know why ! But I used your solution which seems much better tahn mine ! ~Regards, ~~Alireza Fattahi From: Chris To: Struts Users Mailing List ; Alireza Fattahi ; Chris Sent: Monday, 9 September 2013, 7:49 Subject: Re: s:if

Re: s:if and locale

2013-09-10 Thread Alireza Fattahi
2013, 7:49 Subject: Re: s:if and locale Hello , Could you please write how do you define The locale is = ${locale}  //Here the correct locale is displayed! I see in my browser  ( even source code ) The locale is =  //Here the correct locale is displayed! P

Re: s:if and locale

2013-09-08 Thread Chris
Hello , Could you please write how do you define The locale is = ${locale}  //Here the correct locale is displayed! I see in my browser  ( even source code ) The locale is = //Here the correct locale is displayed! Please try this expresion and tell us if it

Re: s:if and locale

2013-09-08 Thread Chris
Hello Please try this expresion and tell us if it works You will have to test the "locale" it in every jsp ? Couldn't you use for example, a global.properties file and struts.xml HI,   I have used the strtuts I18n feature for managing the localization.  Th

Re: s:if and locale

2013-09-08 Thread Dave Newton
Is the locale a string? On Sep 8, 2013 7:10 AM, "Alireza Fattahi" wrote: > HI, > > I have used the strtuts I18n feature for managing the localization. The > site works fine and the messages are selected from correct resource bundels. > > I have this problem > > I want to change css base on t

s:if and locale

2013-09-08 Thread Alireza Fattahi
HI,   I have used the strtuts I18n feature for managing the localization.  The site works fine and the messages are selected from correct resource bundels.   I have this problem   I want to change css base on the user locale. So I use below code in jsp: ** The locale is