John C Wrote:
> Object.factory requires a fully qualified class name, so if class Dog resides in module animals, call Object.factory("animals.Dog").
It works now.Great!Thanks so much!
But...may I ask how do you know that?(requires full name).I went through the object.di but nothing relative found.