[Zope] problems with URL passing again
Oleg Broytmann
Oleg Broytmann <phd@mail2.phd.pp.ru>
Mon, 29 Jan 2001 16:10:58 +0300 (MSK)
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.