"Kevin Dangoor" <[EMAIL PROTECTED]> writes: > Jorge Godoy reported a similar error a few days ago, but it didn't > turn out to be a problem with the filter. He mentioned the > AutoCompleteWidget, but I'm not completely clear on what the root > cause of the problem was.
A mistake of mine after the updated AutoCompleteField to use both ids and text fields. :-( There was one controller where I missed this update, IIRC. > The decoding filter runs *before* our decorators and, in theory, > before the NestedVariablesFilter. That means that the decoding filter > shouldn't be getting a dict from us. My tests in the time showed that it wasn't. Just the AutoCompleteField "dict" was there. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk -~----------~----~----~----~------~----~------~--~---
