1. spring portlet mvc 3 language specific message in controller stackoverflow.comI am currently working on a spring portlet mvc 3 project. I have a requirement where I need to set a message (which is read from language specific properties file) from ... |
2. Spring MVC - fetching wrong message bundle stackoverflow.comI have a strange problem using Spring MVC message bundles: the wrong message bundle file is being fetched. I have double-checked, and in my Java controller class I have the fr_FR ... |
3. |
4. Portlet MVC: Trouble creating success messages forum.springsource.orgThis is due to PortletSession scoping - you can place attributes in either a private PORTLET_SCOPE, or in a shared APPLICATION_SCOPE. The messages are being set in the PORTLET_SCOPE and the ... |
5. Problem with Portlet MVC & Displaying JSR-303 Validation messages from Render forum.springsource.orgProblem with Portlet MVC & Displaying JSR-303 Validation messages from Render Hi, I have 2 problems with the Portlet MVC, binding & validations, using annotated controllers & jsr-303 validation. Hoping someone ... |