Abstract base class for custom command controllers. Autopopulates a
command bean from the request. For command validation, a validator
(property inherited from BaseCommandController) can be used.
This command controller should preferrable not be used to handle form
submission, because functionality for forms is more offered in more
detail by the AbstractFormController and its corresponding implementations.
Abstract base class for custom command controllers. Autopopulates a command bean from the request. For command validation, a validator (property inherited from BaseCommandController) can be used.
This command controller should preferrable not be used to handle form submission, because functionality for forms is more offered in more detail by the AbstractFormController and its corresponding implementations.
Exposed configuration properties (and those defined by superclass):
none (so only those available in superclass).
Workflow (and that defined by superclass):