[Zope] Arrggh, more namespace confusion ...
Darran Edmundson
Darran.Edmundson@anu.edu.au
Mon, 14 Feb 2000 13:40:56 +1100
> I would look into the possibility that dtml-with is getting a
> string when it wants a reference .
Thanks Loren, that's exactly the problem. It disappeared
when I changed my PythonMethod to return the object proper
rather than object.id.
> If that's the case, there must be a method that does the
> conversion, but I don't know right off what that would be.
I initially thought so too but then realized that there cannot
be such a method as Zope does not require unique ids (only
unique in the current container).
Cheers,
Darran.