[Zope-CMF] Globals.InitializeClass(XXXXX)
Dieter Maurer
dieter@handshake.de
Mon, 28 Oct 2002 21:38:00 +0100
Pascal Samuzeau writes:
> In fact, I have a Product ( as a folder), which when is initialized
> mus initialized and install another Porduct inside the Product which
> is initializing.
>
> I want to do something like
>
> Product A
> --- Product B
> --- Product C
> ------Product D
> --- Product E
>
> So, my problem is how can I call the initiate Product B when I want to
> instantiate Product A ?
You may try to import the product module and call its "initalize" method
(with your own "context").
There may be various problems. Especially, the "refresh" product might
be confused.
Dieter