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

Re: struts 2 internationalization problem

2011-03-13 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-13 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-13 Thread sumitjain23
045723.n5.nabble.com/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 comm

RE: struts 2 internationalization problem

2011-03-13 Thread Jose Luis Martinez Avial
US; } sessionAttributes.put(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

RE: struts 2 internationalization problem

2011-03-13 Thread Jose Luis Martinez Avial
Original Message- From: sumitjain23 [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.

struts 2 internationalization problem

2011-03-13 Thread sumitjain23
es not work i.e. the locale 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 a

Re: internationalization problem..

2008-06-25 Thread Dave Newton
D]> > Subject: Re: internationalization problem.. > To: "Struts Users Mailing List" > 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 > <[EM

Re: internationalization problem..

2008-06-25 Thread Narayana S
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 theme for my struts 2 page, when the theme is > default it could read values from resource bundle, after i changed the

internationalization problem..

2008-06-24 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. --- This is how i am creating the form. am i missing any thing? please help

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. --- This is how i am creating the form. am i missing any thing? please help

RE: internationalization problem

2004-08-19 Thread struts lover
against this > problem to document it more > clearly :-) > > -Joe > > > > -Original Message- > > From: struts lover [mailto:[EMAIL PROTECTED] > > Sent: Thursday, August 19, 2004 4:49 PM > > To: Struts Users Mailing List > > Subject: RE: internat

RE: internationalization problem

2004-08-19 Thread Joe Hertz
it more clearly :-) -Joe > -Original Message- > From: struts lover [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 19, 2004 4:49 PM > To: Struts Users Mailing List > Subject: RE: internationalization problem > > > Hi Joe, > Which examples.war are you talking about

Re: internationalization problem

2004-08-19 Thread Jason Lea
er? (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 facing a problem and try

RE: internationalization problem

2004-08-19 Thread struts lover
e you using 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 > > T

RE: internationalization problem

2004-08-19 Thread Joe Hertz
> Sent: 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

internationalization problem

2004-08-19 Thread struts lover
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 properties file. I also have a file upload on the same form. I am using enctype="multipart/form-data" in