8 Apr
1999
8 Apr
'99
12:55 p.m.
Uhk... I am forwarding my own mail. :-(. ... "LEE, Kwan Soo" wrote:
Rob Page wrote:
Well, I guess the problem lies not there. I had similar problem as Tony did. But when I changed from the Rob's code
Python source --> if not id in self.documentIds():
into
Python source --> if not id in self.objectIds():
IT WORKED without any error message.
Now I vaguely remember that Paul mentioned <!--#var documentIds--> which is equivalent to <!--#var objectIds['DTMLmethods', 'DTMLdocuments', ...]--> (the expressions are definately incorrect. they from human memory) but could not find "def documentIds(..." string in lib/python/OFS tree in my Zope 1.10.2 windows distribution.
Where is "def documentIds(..." ?
With many thanks. Kwan Soo.