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