Well, I'm confused. Obviously there was more than one problem causing the same NoneType is not callable message.
I deleted and rekeyed in all the pertinent parts and it started working. But then I subclassed FastDataGrid to use my own get_add_url, get_edit_url, and get_delete_url since I want to use my own methods. (Is that how you are supposed to do that or is there a better way?) Then the same error came back. As it turns out, the newer TGFastData requires that the return values for those methods be callables. All fixed and working now. All f --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

