29 Jan
2001
29 Jan
'01
1:10 p.m.
On Mon, 29 Jan 2001, Horatio B. Bogbindero wrote:
<dtml-var expr="id==pass_id"> <dtml-if expr="id == pass_id">
Sometimes id is not a string, but a function to call: id(). To force Zope renders it to string always write _['id']. Zope 2.3 has getId() that is always function. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.