Spring Command object sharing issue Hi, We have declared command objects and controllers in our application. We have a controller for which the user would be redirected to two views.Say some ...
Sharing Command object between SimpleFormControllers I have a Spring MVC application with a SimpleFormController (A). A's successView (B) should be a SimpleFormController itself, and should share the A's Command object as ...