Hi,
What is the proper way to add a model to the success view of a SimpleFormController?
In most cases a success view will need some model data.
The only way I can see is by overriding the onSubmit method and then returning your own ModelAndView.
I am using Spring 1.1.5
Thanks,
Marius


Reply With Quote