[Zope] Re: [Zope]get pages from wiki with dtml or python
Simon Michael
simon@joyful.com
Tue, 12 Mar 2002 09:59:52 -0800
Hi Lee,
I don't have enough information to help much, but to debug the problem I
would try a few more precise code snippets like
<dtml-var "WikiPage">
<dtml-var "aq_parent.objectIds()['WikiPage']">
to see what's really going on. Watch out for acquisition and namespace
effects that might cause confusion. Tell us what version of zope/zwiki
you're using and more about the errors if you like.
-Simon