[Zope] PropertyIds
Oleg Broytmann
phd@phd.russ.ru
Mon, 19 Jun 2000 10:49:39 +0000 (GMT)
On Mon, 19 Jun 2000, RC Compaan wrote:
> <dtml-call "REQUEST.set('tmp', _.getitem(_['tid']))"> // tmp is a
> document with an id equal to the cookie
1. Isn't it enough just to write _.getitem(tid)?
2. A shot in the dark: tmp is not a document, but its rendering. Try
getitem(tid, 0)...
Oleg. (All opinions are mine and not of my employer)
----
Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru
Programmers don't die, they just GOSUB without RETURN.