kamon ayeva wrote:
> I need some help.
> I have a DTML method at the root of Zope called 'Template'.
> How can I make the constructor of a ZClass (folderish) to copy this method
> to each of its instances ? Can someone provide me with a complete snippet to
> add in the ZClass constructor ?
It might be easier to move the the DTML document to the Product your
ZClass is in.
Then you could use the examples from the ZCMG and ZDG on
zope.org/Documentation about factories and cloning...
HTH,
Chris
PS: I think something like manage_clone is what you're after...
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )