Have a quick look at previous post http://forum.springframework.org/showthread.php?t=15164
Think this might be the same problem.
Type: Posts; User: solasta; Keyword(s):
Have a quick look at previous post http://forum.springframework.org/showthread.php?t=15164
Think this might be the same problem.
Okay.
Now have a messages_de.properties and added the following to the springapp-servlet.xml file and it works a treat - magic.
<bean id="localeResolver" ...
Hmmm,
Bit strange as the "Developing a Spring Framework MVC application step-by-step" doesn't seem to work in the area indicated without it - which is real bad for credibility with newbie users...
I have a messages.properties file for the default language and a messages_de_DE.properties for the German language.
I had this problem and it drove me mad but I did find the solution.
See:
http://forum.java.sun.com/thread.jspa?forumID=45&threadID=526444
Basically, download the latest JSTL 1.1 from Apache:...
Hi,
I am working through the "Developing a Spring Framework MVC Application...." - everything looking good.
Decided to try out the Locale stuff and have set up a de_DE locale, my understanding is...