Hi,

I have a database containing JSON objects. The database JSON contain a 
block named "keys". (For example: "keys": [{...}, {...}])

I am trying to render the keys block with chameleon template with 
tal:repeat="key record.keys". It seems that this syntax somehow fails to 
handle JSON if it has a block called "keys".

Can I use some other syntax for tal:repeat which do not fail to "keys" 
value? I have tried to write this differently like: tal:repeat="key 
record['keys'], but it did not seem to work either.

Thanks






-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to