[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

[Zope] zope-2.8.4 and ZopeXMLMethods

2006-04-22 Thread Milos Negovanovic
Hi, i am having trouble with running ZopeXMLMethods on zope-2.8.4. Error is: * Module ZPublisher.Publish, line 113, in publish * Module ZPublisher.mapply, line 88, in mapply * Module ZPublisher.Publish, line 40, in call_object * Module Shared.DC.Scripts.Bindings, line 311, in __

Re: [Zope] zope-2.8.4 and ZopeXMLMethods

2006-04-22 Thread Andreas Jung
--On 21. April 2006 12:46:31 +0100 Milos Negovanovic <[EMAIL PROTECTED]> wrote: It happens when i try to add 'XSLT Method' (as described in short tutorial provided with the product). Something similar has already been reported in this thread: http://mail.zope.org/pipermail/zope/2005-Septemb