Re: [Zope] sequence-item is a String? (was: Calling objects with arguments in a sequence) sequence)
29 Sep
2000
29 Sep
'00
9:47 p.m.
seb writes:
If you do:
<dtml-in "objectValues('Foo Thing')"> <dtml-let thing=sequence-item> <dtml-var "thing.id()"> </dtml-let> </dtml-in> "sequence-item" is not a string.
However, <dtml-let ... xxx=name ...> calls "name" (if callable) like any name argument to a "dtml" tag. Use "<dtml-let thing="_.getitem('sequence-item')">. Dieter
9319
Age (days ago)
9319
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer