[Zope] Using DTMLFile or PageTemplateFile in methods

Peter Bengtsson mail@peterbe.com
Tue, 24 Jul 2001 14:42:36 +0200


Cheers buddy!!

That helped.
When I create an entry in ZopeLabs.com I'll mention your name.
Peter

> The template want to be embedded into the Zope acquisition context:
> 
> Try:
> 
> return PageTemplateFile('simple', globals()).__of__(self) ()
> 
> 
> Dieter