Re: Context problem in struts2

2008-02-28 Thread Dave Newton
The JavaDocs for ActionContext.getLocale() states that it returns the locale of the current action. IIRC the I18N interceptor also puts the locale into the session. The JavaDocs and the source are your friends. Dave --- "jignesh.patel" <[EMAIL PROTECTED]> wrote: > > I am using locale from the

Re: Context problem in struts2

2008-02-28 Thread jignesh.patel
I am using locale from the context for the whole application. As i am having application with three localization. Once the context changed it gives me the default locale instead of the previous one i have selected. com.opensymphony.xwork2.ActionContext.ActionContext.getContext().getLocale() Is

Re: Context problem in struts2

2008-02-28 Thread Laurie Harper
jignesh.patel wrote: Hi, I am having struts2 application,whenever i am doing action redirect i am getting new context instead of old one ? ../authentication/login.action or login And context log looks like ... com.opensymphony.xwork2.ActionContext.getContext() A redirect tells the bro