SimpleFormController « Message « Spring Q&A





1. Sharing message in-between onFormChange() & referenceData() of SimpleFormController    forum.springsource.org

Sharing message in-between onFormChange() & referenceData() of SimpleFormController Hi , I need to share a message between onFormChange() & referenceData() of SimpleFormController. The situation arises when I call a service method ...

2. SimpleFormController success message    forum.springsource.org

SimpleFormController success message I am trying to find a clean way to show a success message on the successView after calling doSubmitAction. I was hoping to find something like the getMessageContext.addMessage ...

3. Message Resource problem - SimpleFOrmController    forum.springsource.org

Message Resource problem - SimpleFOrmController Hi, I'm Using spring 2.5. In my app, i have a toggle link to switch between english and french.Internationalization is working fine as expected. But my ...