Martijn Pieters writes:
> On Mon, Jan 08, 2001 at 10:10:34AM +0000, Chris Withers wrote:
> > You wouldn't need to have index_html = None if it is inherited, since
> > the inherited idnex_html would be used before one is acquired, surely?
>
> Yup. If you don't want to have any index_html *at all*, just declare it
> index_html = None. DTML Methods and HiperDom templates do this as well,
> for example.
You have an "index_html" and its value is "None".
If you use this class with another class that has a useful
"index_html", you must care for the inheritance order
to get the right on.
Dieter
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )