[Zope3-Users] How To Kill Zope

David Johnson djohnson at jsatech.com
Wed Jan 31 07:42:37 EST 2007


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


More information about the Zope3-users mailing list