iipolovinkin / JupiterBank

Test Spring Web Application
1 stars 0 forks source link

JB-17 i18n. UI uses Spring settings, but Validation Messages use system Locale. #39

Open iipolovinkin opened 9 years ago

iipolovinkin commented 9 years ago

i18n_validation_01

iipolovinkin commented 9 years ago

check configuring MessageSource. update servlet-context.xml: 'bean id="messageSource" class="org.springframework.context.support.ReloadableResourceBundleMessageSource">

    <property name="defaultEncoding" value="UTF-8"/>
    <property name="fallbackToSystemLocale" value="false"/>
</bean'

example: https://github.com/php-coder/mystamps/blob/master/src/main/java/ru/mystamps/web/config/MvcConfig.java#L84