Kalium schrieb: > Hi, > I'm looking for a way to have one controller render more than one > template. I'm not looking to dynamically _change_ which template I'm > using, I just want to be able to use the same two templates always. > > I could of course just combine the two templates into one template and > all my problems would be solved. I would rather though keep them > seperate. This makes it much easier to reuse one in a place I may not > want to use the other.
I don't understand this. Do you always want to render *both* templates at the same time? That makes not much sense to me - after all, you have to deliver *one* HTML-document to the browser. So maybe you can elaborate on what your actual use-case is. Then we might come up with a solution, most probably something along widgets or template inheritance. Diez --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

