hi,
i have this problem - tags fmt:message or spring:message returns always locale from my request (i guess - i am czech and displayed messages are in czech) although i change it.
in my jsp,
returns cs, butCode:request.getLocale()
returns en.Code:RequestContextUtils.getLocale(request)
all messages (fmt:message, spring:message) are always in czech but they have wrong encoding (?!) - i use utf-8 but some letters (that are not in ascii are wrong).
interesting thing is that fmt:formatDate works correctly (day names are in czech/english)
can anybody help me plz? thanks in advance
tomas
info: i am using jstl.jar v1.1.2, standard.jar v1.1.2 and spring 1.2.4


Reply With Quote