I had to make an Application that displays a form to search data from parameters.
Search results would be displayed on the same page.
I am using Spring 3.0 Framework (XML Format) with Spring MVC and Hibernate with Annotations.
My Applications only select data from DB and displays data on to from.
My Question is which Controllers (MultiActionController, SimpleFormController,etc) should be used for this requirement?
SimpleFormControlleralready@Deprecated. You can useMultiActionControllerinstead.