posted 10 years ago
In case of any submit button using Spring MVC does it mean the use of Form View and Success View in the xml configuration.I have seen code where submit button is there but there is no formview successview defined in xml configuration rather just the use of Command Object.Is usage of formview-successview mandatory for any submit button using Spring?