BaseCommandController « MVC Controller « Spring Q&A





1. BaseCommandController or MultiActionController?    forum.springsource.org

BaseCommandController or MultiActionController? Hi all!! First of all, I didn't know where to post this topic, if was here or in the web forum, but, let's go!! I have a form ...

2. Param Prefix with BaseCommandController ?    forum.springsource.org

Im subclassing AbstractCommandController. I want to be able to bind ServletRequest params and to specify a prefix for the params that should be considered for binding, a la ServletRequestParameterPropertyValues(ServletReque st, String, ...

3. Can't override BaseCommandController.createCommand()    forum.springsource.org

Hi, I am using Spring 1.2.8 I am trying to override BaseCommandController.createCommand() so I can retrieve a fully Spring-configured bean instaed of calling BeanUtils.instantiateClass() but createCommand() is final. The API javadoc ...

4. commandClass in BaseCommandController    forum.springsource.org

When you configure commandClass parameter of BaseCommandController an instance of this class gets populated and validated on each request. But, why I've to specify a class name? what about make just ...

5. how to bind input array of object to BaseCommandController    forum.springsource.org

I want to bind array of object say Address object to a command class, the request can have any number of Address object. Can any one guide me how this is ...

6. Use of BaseCommandController    forum.springsource.org

Use of BaseCommandController Hy, I am trying to use BaseCommandController so I have a class which extends this class like the next: public class MyController extends BaseCommandController{ protected ModelAndView handleRequestInternal(HttpServletRequest arg0, ...

7. why deprecated the class "BaseCommandController"???    forum.springsource.org

hello everyone! Before I used the Spring2.0 to development Spring Web MVC,it's well. Today,When I use the Spring MVC whit Spring3.0.I found the class BaseCommandController,AbstractCommandController,Si mpleFormController and AbstractFormController all marked Deprecated ...