1. localization issue forum.springsource.org@RequestMapping(method = RequestMethod.POST) public String form(@Valid UserAccount userAccount, BindingResult result) { if (!userAccount.getPassword().trim().equals(userAccount.getPasswordConfirmation().trim())){ result.addError(new ObjectError("passwordMisMatch","error.mismatch")); return "user/newUserAccount"; } } |
2. Localization with multiple parameters forum.springsource.org |
3. Localization Failed forum.springsource.orgLocalization Failed I followed the tutorial at http://viralpatel.net/blogs/2010/07/...l-example.html and created my own code as: Code: |
4. Localization forum.springsource.orgLocalization I am having problems setting up the i18n package in my web application. I got the part to output messages to jsp using |
5. localization forum.springsource.orglocalization i have a problem with acegi messages localization. i already used it in previous projects but now (acegi 1.0.4, spring 2.0.5) it does not work any more. I tried with ... |
6. Localization forum.springsource.orgLocalization Hi I have application (Spring 2.0.5 and Acegi 1.0.4) that already uses spring localization. I'm trying to use localization for Acegi, but messages are still in english. Here what I ... |
7. Localization issue forum.springsource.orgok i was thinking the getLocalizedMessage would use the visitors locale, but that exception has no knowledge of that locale, so it uses the system locale, adding a -Duser.language=nl to my ... |
8. localization with |
9. Localization troubles forum.springsource.orgLocalization troubles Hello All! I'm new here. I'm working on web project that needs to localize for Armenian, English and Russian. It doesn't work . What's I have done wrong? in ... |