[Zope-dev] Problems with Inheriting a contained ZClass.
Brian McGinnis
mcginnis@kavi.com
Thu, 06 Apr 2000 13:31:08 -0700
Hello,
Here is the scenario.
I have ZClass A, which contains ZClass B.
Now ZClass C is a subclass of A.
From within C I now try to create another ZClass D and I want to make
D a subclass of B.
Simple right.
The problem is that D ZCLASS create form doesn't display ZClass B as
class from which I can subclassed from.
Is there some secret to getting this to work or is this something that
can't or shouldn't be done.
Thanks in advance,
Brian McGinnis