alex bodnaru schrieb: > as time went on, toscawidgets found a misterious way to inject the > resources itself, thus relieving effort from all the frameworks using > it, tg among them. > to avoid injection duplicate, tw lets the client framework think there > are no resources (while developers might see the appropriate warning). > even if tw would have removed the retrieve_* methods, tg wouldn't > suffer, since it checks for their existence with getattr.
There were still two problem with the current code: a) It didn't check for the existence of the retrieve_* methods for widgets in 'tg.include_widgets'. 5) Accessing the retrieve_* methods for tw widgets caused deprecation warnings. My new patch fixes these issues. 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 -~----------~----~----~----~------~----~------~--~---

