[Zope] Zope hanging on a dereference???

Michiel Toneman toneman@phil.uu.nl
Wed, 23 Feb 2000 19:13:26 +0100 (CET)


Hi,

This came up on the list some time ago, but this 
solution gets Zope (2.1.4) in an infinite loop.

--------------------------------------------------------------
<dtml-in "objectIds()">
  <dtml-let refID=sequence-item> <!-- alias sequence-item -->
   <dtml-with "_[ refID ]">      <!-- "dereference" refID -->
    <dtml-var id>                <!-- use the object      -->
   </dtml-with>
  </dtml-let>
</dtml-in>
--------------------------------------------------------------

Any ideas?

Greetings,

Michiel Toneman

--
From a Sun Microsystems bug report (#4102680):
 "Workaround: don't pound on the mouse like a wild monkey."