Christopher Arndt schrieb: > gmane.comp.web.turbogearsvandevel schrieb: >> Thanks for the response. I did notice that line of code and actually >> removed the condition just to see if the method would be called but no >> luck with that. > > Just tested the example code on the page with TG 1.0.4.3 and it seems > that the relative name for the Kid templates for the error page does not > work anymore. I have no idea why, it used to work with earlier versions > of TG/Kid.
It works if you use expose(), but not if you use _process_output(). If you look into turbogears.controllers, you will find that _execute_func() also prepends the package name to any relative path before calling _process_output(), just as you are doing. > I have pasted an updated and somewhat enhanced version of ErrorCatcher > here: > http://paste.turbogears.org/paste/1959 This looks very good. Why don't you paste it directly to the wiki? -- Christoph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

