[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Variables and Advanced DTML
webmaster@zope.org
webmaster@zope.org
Tue, 24 Sep 2002 12:32:27 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/AdvDTML.stx#2-15
---------------
DTML namespaces are built dynamically for every request in Zope. When
you call a DTML Method or DTML Document through the web, the DTML
namespace starts with the same first two stack elements the client
object and the request as shown in [7-2]
% Anonymous User - July 18, 2002 9:54 pm:
..first two stack elements; the client object...
% Anonymous User - July 18, 2002 9:55 pm:
...the request, as shown in Figure 7-2.
% Anonymous User - Sep. 24, 2002 12:29 pm:
... starts with two objects: at the bottom the *client* object and next the *REQUEST* object as show in
Figure 7-2.
% Anonymous User - Sep. 24, 2002 12:32 pm:
error, sorry, should read
... at the bottom the *REQUEST* object and next the *client* object ...
it implies that the REQUEST is the last place where objects are looked up.