how does one access the current locale in jstl view?
i know of <c:out value="${pageContext.request.locale.language}"/>, which works, but doesnt give the desired value. what happens is that it...
Type: Posts; User: bangert; Keyword(s):
how does one access the current locale in jstl view?
i know of <c:out value="${pageContext.request.locale.language}"/>, which works, but doesnt give the desired value. what happens is that it...
Any news on this one?
The problem is, that the SessionRegistryImpl that comes with spring security only is aware of the sessions created on the current node. if one clusters an application by...