I have an action that sets the user's locale with Action.setLocale(). 
After I set the locale, I verify that it's been set with 
request.getSession().getAttribute(Action.LOCALE_KEY). It has.

Then the action forwards to a JSP page and within that JSP page, the 
locale is null, which I verify with
<%= session.getAttribute(Action.LOCALE_KEY) %>.

How do I make the locale stick, and why does it revert to null?

Thanks,


david


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

Reply via email to