11 Feb
2002
11 Feb
'02
9:19 p.m.
Joseph A Knapka writes: ... passing arguments to DTML objects is a *MUST*! ...
Ah, now I understand. If I want to pass *any* arguments to the method, I must also explicitly pass REQUEST. But if I call the method without arguments, it will magically be passed the caller's REQUEST. Please read the section "Calling DTML objects" in
<http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html> You will find out that your description is not completely true (but near the truth). Dieter