I can replicate this. I have no idea why this happens. Jason Spisak wrote:
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
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
-- Chris McDonough Digital Creations Publishers of Zope - http://www.zope.org