[Zope] Dictionary and dtml-in

Chris Bruce chris at chrisbruce.com
Wed Apr 14 17:58:24 EDT 2004


I have a method in a python product that builds a dictionary object.  When I
try to use <dtml-in> to iterate over it, none of the <dtml-var > work for
the key name.  I can reference them only by using <dtml-var
"_['sequence-item']['key_name']"> .  Is there a way to make the keys work in
the <dtml-var > statement?

Is this having to do with acquisition?


Chris




More information about the Zope mailing list