Hi Together
I have in my Template a Widget for Navigation:
<div id="navigation_container"
py:content="NavigationWidget(navigations=navigations,
active_section=active_section).display()" />
In my Controller i have:
return dict(active_section='home',
title='home',
navigations = navigations)
Everything works fine. But i whould like to extend with a
FastDataController. Just to pass in the dict the Controller or
somthing and use it in the same Template like:
${list_widget.display(data)}
Is this possible? How?
Thanks in Advance Ivo
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---