9 Sep
2001
9 Sep
'01
5:20 p.m.
Trevor Toenjes writes:
Is there a one liner that looks something like this? <dtml-call "foo.bar(something)"> **see below Yes.
Do you read background information? The Zope book or <http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html> may answer some of your questions, as the above one: <dtml-call "foo.bar(_.None,_,something)"> if "foo.bar" is a DTML object.... "something" must be a (possibly empty) sequence of keyword arguments... Dieter