iain duncan schrieb: > Any idea what I need to do to get the js included given that I am > passing out a rendered widget?
For JS/CSS widgets to be rendered the y must be either included in the dict returned from the controller directly, or they must be attached to the javascript/css attribute of a widget in the dict. In fact, any method with a retrieve_javascript/retrieve_css method should do. Check out function _process_output() in <turbogears>/controllers.py for the logic. Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

