rsanchez
Mar 27th, 2007, 04:39 AM
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 a reference to a Spring bean's id of any bean defined in the applicationContext?
In that way some spring's factory facilities could be used, like beans that comes from factories (in that cass specifying just a className, doesn't work).
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 a reference to a Spring bean's id of any bean defined in the applicationContext?
In that way some spring's factory facilities could be used, like beans that comes from factories (in that cass specifying just a className, doesn't work).