I've done everything that is written here.
It is working.
But when I'm reaching url like this:
<a /urlToBeResoved.html?locale=some_lang"/>
in urlToBeResolved request.getLocale() is null! (but anyway, i18n messages are working fine). How can I get locale?


Reply With Quote