Re: [Zope] Creating Recursive Folders

2000-10-16 Thread Jason Spisak
Dieter: Perhaps you misunderstood me. THis is an example of how convuluted DTML can get, but if you have an example of how to do it clearly, I'd love to see it. Jason Spisak writes: dtml-in expr="_.range(0, 10)" dtml-call "_.getitem(_.str(a), 1)._.getitem(_.str(a),

[Zope] Creating Recursive Folders

2000-10-13 Thread Jason Spisak
Zopists, I am trying to use DTML to create folders within folders for me 3 levels deep. Two levels works, but 3 won't. For example: This works: dtml-in expr="_.range(0, 10)" dtml-let a=sequence-item dtml-call "manage_addFolder(_.str(a), _.str(a))" dtml-in expr="_.range(0, 10)" dtml-let