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
[email protected]
http://mail.zope.org/mailman/listinfo/zope3-users
_______________________________________________
Zope3-users mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/zope3-users