Do you directly link to the index.jsp or go through the controller servlet?  
You say the locale in the session is different on index.jsp, verify that 
you're in the same session between pages.

Hope that helps,
Dave


>From: micael <[EMAIL PROTECTED]>
>Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Session Values for Action.LOCALE_KEY Change
>Date: Tue, 10 Sep 2002 14:13:28 -0700
>
>I set the session locale in a language.jsp page with:
>   session.setAttribute(Action.LOCALE_KEY, new Locale(language));
>where language is a return from a form parameter "locale" via:
>    String localeValue = request.getParameter("locale");
>    String language = localeValue.substring(0, 2);
>This works on all pages, except the index.jsp page.  I can set the language 
>variable to ko and the entire site will stay on Korean, but when I go to 
>the index.jsp page, it is back to English.  If I go from the index.jsp page 
>back to the other pages, they stay in Korean.  I am very puzzled.
>
>Any ideas.  I posted this before, but it chopped my code off.
>
>
>
>--
>To unsubscribe, e-mail:   
><mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: 
><mailto:[EMAIL PROTECTED]>




_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to