Why is id sometimes a string and sometimes a function
16 Aug
2001
16 Aug
'01
7:13 a.m.
Hello all, I am trying to create a function that reacts diferently depending in what folder it is called. No my problem: if have to call context.REQUEST.PARENTS[0].id() however context.REQUEST.PARENTS[1].id() creates an error, I have to use context.REQUEST.PARENTS[1].id why is this so?? Robert
16 Aug
16 Aug
8:41 a.m.
New subject: [Zope] Why is id sometimes a string and sometimes a function
...because you should be using getId() Chris
9000
Age (days ago)
9000
Last active (days ago)
1 comments
2 participants
participants (2)
-
Chris Withers -
Robert Rottermann