When we send stuff to kid, it gets them as a dictionary. What if we want
to send a dictionary in the dictionary? I am able to get kid to
dereferrence the first level ok,

ie, the items in the cart are themselves dictionaries, with the name as
the key.

for item in cart.item
        ${item}   <-- key name of my sub dictionary,
        ${item['quant']}   <-- error
        ${item.quant}   <-- error

Is there a way to have nested dictionaries passed to kid or will I need
to redesign the container?

Thanks
Iain


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to