Is there anyway of setting the instance of command class created in the AbstractCommandController/BaseCommandController to be the result of the getObject call from a FactoryBean ?
Rather than pass in the name of a class as the command object I want to be able to pass in a bean reference, and that would be a ref to a MapFactoryBean that I can configure (rather than code a new bean) with a variety of elements ?
TIA
