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 inside a controller method.
Does anyone know how to achieve this?
Your help is highly appreciated.
just add an autowired ApplicationContext and then fetch your message via this object