posted 9 years ago
First, I think you need to have the bean ControllerClassNameHandlerMapping set up. Then, the WelcomeController being the subclass of MultiActionController should be used directly rather than treated as a delegate where methods are being looked for. Also, and I agree that the documentation contains some cryptic statement on like "This method (setDelegate) does not get invoked once the class is configured" which may be the reason that that kind of injection fails... (that is indeed an obscur corner!)
I would rather write and replace the block shown below.
And that should start working.,,