[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Variables and Advanced DTML
webmaster@zope.org
webmaster@zope.org
Tue, 24 Sep 2002 16:51:17 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/AdvDTML.stx#2-79
---------------
Another upshot of using the *return* tag is that DTML execution
will stop after the *return* tag.
% Anonymous User - Sep. 24, 2002 4:51 pm:
This allows to avoid expensive computations after RESPONSE.redirect like
<dtml-call "RERSPONSE.redirect( some_url )">
<dtml-return>