Also, if you want to load message files with UTF-8, change messageSource bean in webmvc-config.xml to:
<bean id="messageSource" p:defaultEncoding="UTF-8"/>
Type: Posts; User: dinhtrung; Keyword(s):
Also, if you want to load message files with UTF-8, change messageSource bean in webmvc-config.xml to:
<bean id="messageSource" p:defaultEncoding="UTF-8"/>
Hi, I resolved this issue by disable escaping of form submission contents, move the filter and filter-mapping for CharacterEncoding to the first, and add encoding tags to maven-compile-plugin in my...