18 Aug
2000
18 Aug
'00
12:51 p.m.
Phil Harris wrote:
Why isn't _ available in the tree tag?
The workaround is to wrap it in a <dtml-let posting = "_.getitem('sequence-item',0)"> But now I'm confused. Surely <dtml-in postingValues> <dtml-let posting="_.getitem('sequence-item',0)"> <dtml-tree posting branches="postingValues"> <dtml-var id><BR> </dtml-tree> </dtml-let> </dtml-in> should produce the same results as: <dtml-tree branches="postingValues"> <dtml-var id><BR> </dtml-tree> It doesn't :( Why am I doing this you may ask? Well, I want to do batching at the top level and, AFAIK, dtml-in doesn't support this :( any ideas? Chris