Priya dharshini wrote: Can you please tell me where to use(on scenarios) Simple Form Controller, AbstractFormController & MultiActionController?
Hi Priya,
As it's name suggest "AbstractFormController" (now deprecated as of spring 3.0) is an abstract class which other's (like SimpleFormController) extend. MultiActionController serves the purpose of handling the multiple request types by the same class.