7 Aug
2001
7 Aug
'01
8:10 p.m.
vio writes:
... access to additional classes in a product ... Classes in your product are not exposed directly. You need to go through a ProductDispatcher (--> App.FactoryDispatcher) which gives you a FactoryDispatcher.
Beside the defined constructors, the FactoryDispatcher can access the contents of the mapping "_m" in your products "__init__". You get the "FactoryDispatch" through ObjectManager.manage_addProduct[yourProduct] Dieter