|
From: Colin S. <col...@ex...> - 2004-09-29 22:13:18
|
See my last post in this thread: http://forum.springframework.org/viewtopic.php?p=4434#4434 I think if people are running a controller with sessionForm=true, Spring's SimpleFormController could possibly detect where they have used the viewName from getFormView(), and short-circuit things so it goes through showForm and the form gets bound back into the session (if needed). I know I got hit by this, and other people will also just try to use 'return new ModelAndView(this.getFormView(), model)' instead of 'showForm()'. Minimally, I guess we could in the manual talk a bit more explicitly about using showForm always, to return back to the form. Colin |