[Zope] recursive zclass product

Anthony Baxter Anthony Baxter <anthony@interlink.com.au>
Fri, 03 Dec 1999 11:38:56 +1100


>>> Sam Gendler wrote
> I have a ZClass based product, called a CPI, and I would like a CPI to be able
> to contain other CPI's.  Is this possible, or do I have to resort to coding myt
> product in python?

Yep, it's possible. Make it subclass ObjectManager, then in the SubObjects
tab, select CPI.

Anthony