[Zope] Passing parameters using DTML

Dieter Maurer dieter at handshake.de
Fri Jun 17 13:09:04 EDT 2005


Tino Wildenhain wrote at 2005-6-17 10:57 +0200:
> ...
>Not at all. You could either have tried
>it out ;) Or looked at the DTML documentation
>in the Zope book *wink* ;)
>
><dtml-var expr="somemethod(parm1=value1,parm2=value2)">

Be warned: this is likely to cause loss of the namespace.
Do not forget to pass the two positional arguments (usually
as "None, _"). They are essential.

For more details, read "Calling DTML Objects" of

  <http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html>


-- 
Dieter


More information about the Zope mailing list