Hi!
I use localization in jsp-s using JSTL <fmt:setLocale > tag.
But spring's localeResolver seems to spoil things. So i would like to use spring without localeResolver. So how to disable it? I created my mock class of SessionLocaleResolver but overriding setLocale doesn't work.
thanks!


Reply With Quote