Barry Hart wrote: >>Why not have a way in which the template says it needs this and that >>widget and if those widgets need some parameters from the controller > > I think you could do this, actually. Just import the appropriate symbols > in a <?python > block and then reference them later on in the template.
That way the widget's js & css won't get included automatically since the code that fetches them scans the controller's output dict. Importing them in the template directly by-passes it. Alberto --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

