25 Apr
2000
25 Apr
'00
3:44 p.m.
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