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.
a million thanks to you and may the gods bless you! hehehe. in other words, it worked! where is this feature/bug documented?
Don't know. I monitor this mail list from the very beginning of Zope, and rememeber many strange things. Of course, I use Zope, so sometimes I answer question with information I got from experiments. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.