21 Feb
2001
21 Feb
'01
4:41 p.m.
On Wed, 21 Feb 2001, Peter Bengtsson wrote:
What's the difference between <dtml-call someDTMLMethod_dtml> and <dtml-call "someDTMLMethod_dtml()"> ??
This <dtml-call someDTMLMethod_dtml> is <dtml-call "someDTMLMethod_dtml(_.None, _)"> DTML objects are called with 2 parameters - client and namespace! In case of <dtml-call someDTMLMethod_dtml> Zope automagically supplies these 2. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.