[Zope] Infinite recursion in Document Template

David C. Morrill dmorrill@austin.rr.com
Wed, 13 Oct 1999 18:05:08 -0500


Can someone explain to me why the following causes an "Infinite Recursion in
Document Template" error?

<dtml-in "PARENTS[0].objectValues(['DTML Document','DTML Method'])">
  <dtml-with sequence-item only>
  </dtml-with>
</dtml-in>

Dave Morrill