[Zope3-Users] How To Kill Zope
Tom Gross
tom at lalisio.com
Wed Jan 31 08:49:07 EST 2007
Hi David,
the first one should be fine, it displays the contents of the request.
The second one tries to render the template within the template within
the template .... a classic recursion error.
What do you want to do?
Cheers
-Tom
David Johnson wrote:
> I'm not sure what I'm doing wrong (again) here, but the following two
> code snippets in a ZPT will kill the Zope instance:
> <html>
> <body>
> This a Test Page.
> The title of this page is:
> <div tal:replace="request" />
> </body>
> </html>
>
> <html>
> <body>
> This a Test Page.
> The title of this page is:
> <div tal:replace="template" />
> </body>
> </html>
>
> --
> David
> _______________________________________________
> Zope3-users mailing list
> Zope3-users at zope.org
> http://mail.zope.org/mailman/listinfo/zope3-users
More information about the Zope3-users
mailing list