RE: struts 2 internationalization problem

2011-03-14 Thread sumitjain23
/struts-2-internationalization-problem-tp388p3555923.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h

Re: struts 2 internationalization problem

2011-03-14 Thread jlmagc
You need to put a Locale, not a String. --Mensaje original-- De: sumitjain23 Para: user@struts.apache.org Responder a: Struts Users Mailing List Asunto: RE: struts 2 internationalization problem Enviado: 14 Mar, 2011 02:11 If you look closely , I am doing the exact same thing i.e. setting

Re: struts 2 internationalization problem

2011-03-14 Thread sumitjain23
Tried with a locale but still not working -- View this message in context: http://struts.1045723.n5.nabble.com/struts-2-internationalization-problem-tp388p3555928.html Sent from the Struts - User mailing list archive at Nabble.com

RE: struts 2 internationalization problem

2011-03-14 Thread Jose Luis Martinez Avial
, 2011 2:20 AM To: user@struts.apache.org Subject: Re: struts 2 internationalization problem Tried with a locale but still not working -- View this message in context: http://struts.1045723.n5.nabble.com/struts-2-internationalization-proble m-tp388p3555928.html Sent from the Struts - User

struts 2 internationalization problem

2011-03-13 Thread sumitjain23
does not change Am I missing something. Please help me.. -- View this message in context: http://struts.1045723.n5.nabble.com/struts-2-internationalization-problem-tp388p388.html Sent from the Struts - User mailing list archive at Nabble.com

RE: struts 2 internationalization problem

2011-03-13 Thread Jose Luis Martinez Avial
[mailto:sumitjai...@gmail.com] Sent: Sunday, March 13, 2011 2:39 PM To: user@struts.apache.org Subject: struts 2 internationalization problem I am developing struts 2.2 application. When I pass a request_locale parameter from a web page then it works fine i.e. the locale changes. But when I try

RE: struts 2 internationalization problem

2011-03-13 Thread Jose Luis Martinez Avial
(I18nInterceptor.DEFAULT_SESSION_ATTRIBUTE, locale); -Original Message- From: Jose Luis Martinez Avial Sent: Monday, March 14, 2011 12:47 AM To: 'Struts Users Mailing List' Subject: RE: struts 2 internationalization problem I usually do this Locale locale = new Locale(tokens[0],tokens[1

Re: internationalization problem..

2008-06-25 Thread Dave Newton
: internationalization problem.. To: Struts Users Mailing List user@struts.apache.org Date: Wednesday, June 25, 2008, 7:15 AM Hi, please reply, i was kind of stuck because of this issue,. On Wed, Jun 25, 2008 at 9:20 AM, Narayana S [EMAIL PROTECTED] wrote: Hi, i am applying simple

Simple Theme - Internationalization problem

2008-06-23 Thread Narayana S
Hi, i am applying simple theme for my struts 2 page, when the theme is default it could read values from resource bundle, after i changed theme to simple, it couldn't read the values from the resource bundle. s:form action=SimpleAction method=post theme=simple s:label

RE: internationalization problem

2004-08-19 Thread Joe Hertz
: Thursday, August 19, 2004 2:48 PM To: [EMAIL PROTECTED] Subject: internationalization problem Hi, I am facing a problem and trying to solve it for many days but in vain. The user selects the locale(suppose es-spanish) and the page displays in that particular locale using the appropriate

RE: internationalization problem

2004-08-19 Thread struts lover
the SetCharacterEncoding Filter? (Look in the Tomcat WebApps examples.war) Inquiring minds want to know this stuff :-) -Original Message- From: struts lover [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 2:48 PM To: [EMAIL PROTECTED] Subject: internationalization problem Hi, I

Re: internationalization problem

2004-08-19 Thread Jason Lea
the SetCharacterEncoding Filter? (Look in the Tomcat WebApps examples.war) Inquiring minds want to know this stuff :-) -Original Message- From: struts lover [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 2:48 PM To: [EMAIL PROTECTED] Subject: internationalization problem Hi, I am