portlet « Message « Spring Q&A





1. spring portlet mvc 3 language specific message in controller    stackoverflow.com

I 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.com

I 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.  in portlet    forum.springsource.org

Hi! Im using tag along with JSF in a Portlet, but every time i get the same error: Nested Exception is javax.faces.FacesException: No WebApplicationContext found: no ContextLoaderListener registered? Is there ...

4. Portlet MVC: Trouble creating success messages    forum.springsource.org

This 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.org

Problem 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 ...