[Zope-dev] Nesting Forms
   
    Casey Duncan
     
    casey@zope.com
       
    Thu, 18 Jul 2002 14:18:43 -0400
    
    
  
On Thursday 18 July 2002 02:06 pm, Ross Boylan wrote:
> Is there a way to get inheritance, so that, for example,=20
> class C(B):
>       sect1 =3D DTMLFile("CSect2",globals())+B.sect1(self)?
>=20
> I don't think that syntax will work, but perhaps you see what I'm
> driving at--I want to include all the  previous stuff.
Please explain what you mean by "include". + to me implies append, surely=
 not=20
what you were after.
Perhaps a specific use case would make this clear.
-Casey