In our exisitng
struts based application, we have introduced spring in persistence layers and now in mvc layer. In one area, I have a
list data in a table from db functionality that mostly I would like to use BaseCommandController or if needed MultiActionController. But a filter may be applied in this list table for which I have to use a form. Now which controller should be a better fit for me? SimpleFormController, BaseCommandController? As far as I know there is no way (nor necessary at all) to use both controllers together. Any lights?