[Zope] DMTL-document as parameter to DMTL
Dieter Maurer
dieter@handshake.de
Tue, 21 Jan 2003 06:44:06 +0100
Hans Sandsdalen wrote at 2003-1-20 13:22 +0100:
> This is my problem:
.... seems to be:
You have an id or and object path and need to get access to the
object itself, right?
In this case, you need either "computed object access" (this is the case
for you) or "computed attribute access".
You use "_.getitem" for "computed object access" and
"_.getattr" for computed attribute access.
For more information, see the "Name lookup" section in
<http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html>
Dieter