[Zope-dev] Final on the Zope spin out

Jason Spisak 444@hiretechs.com
Tue, 25 Apr 2000 11:44:43 -0400


This is weird.  The following code flips Zope out until you kill the
thread that picked up the request.

<dtml-in "_.range(0, 105, 5)">
  <option value="<dtml-var "_.float(_['sequence-item'])/100">">
   <dtml-var "_.float(_['sequence-item'])">%
  </option>
</dtml-in>

But this code renders fine swear to God:

<dtml-in "_.range(0, 105, 5)">
<option value="<dtml-var "_.float(_['sequence-item'])/100">">
  <dtml-var "_.float(_['sequence-item'])">%
</option>
</dtml-in>

Notice the <option> tags flush left.
Please tell me someone can reproduce this.  My base ZClass subclasses
nothing.  I experience the hang with both the ZClass management and
viewing below and instance.


-- 
Jason Spisak
444@hiretechs.com