Max Møller Rasmussen wrote:
> def test(self):
>     "A simpe test method"
>     return  HTMLFile('skins/' + self.skin, globals())

This is the closest. try the following:


testisDocTemp = 1

def test(self,ignored,md):
    " A simple test method "
    return HTMLFile('skins/' + self.skin, globals())(None,md)

cheers,

Chris

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to