Struts 1.3.5 stores Locale under Globals.LOCALE_KEY in session scope. Since
the key contains dot ., it's not working using
${sessionScope.Globals.LOCALE_KEY}. If we want to access current Locale in
view, what way should we take except using <%= session.getAttribute(...)%>?

Thanks.
-- 
View this message in context: 
http://www.nabble.com/struts-1%3A-access-locale-in-view-tp20521885p20521885.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to