[Zope] Rendering Product by index_html

2006-04-22 Thread Thomas Adams
Hello, on an own product (derived from ObjectManager) I try to code a render method, therefore I've coded this first def index_html(self): return Globals.DTMLFile('dtml/viewKBArticle',globals()) the result of calling an URLl like this .../MyArticle/index_html was that the above mentioned D

Re: [Zope] Rendering Product by index_html

2006-04-22 Thread Andreas Jung
--On 22. April 2006 14:17:00 +0200 Thomas Adams <[EMAIL PROTECTED]> wrote: Hello, on an own product (derived from ObjectManager) I try to code a render method, therefore I've coded this first def index_html(self): return Globals.DTMLFile('dtml/viewKBArticle',globals()) usually you de