[Zope] Zclass's subobject
Dieter Maurer
dieter@handshake.de
Sun, 14 Apr 2002 23:36:11 +0200
Nuno Teixeira writes:
> I've made a ZClass (via web) inside another like following (using ZClass:ObjectManager class)
> ... problem creating inner ZClass instances ...
I do not have an well bundled answer to your problem,
only a suggestion how you can find one yourself:
You say, creating instances of the innter ZClass works fine
with the ZMI.
Then look how the ZMI does it, check what form actions
are activated and call them programmatically.
Dieter