> pass the object with the many attributes in the dicttionary, > and reference them in the kid template.
Thanks, Davy. That had occurred to me, but I wasn't sure if it fit the
conventional TG approach. So it wouldn't be considered abusive to
write code that looks like this, correct?
def method(self):
return dict(obj=self)
---
<span py:content="obj.attributeX"> attributeX </span>
<span py:content="obj.attributeY"> attributeY </span>
... etc.
Jeff Bauer
Rubicon, Inc.

