On 3/24/06, Jorge Godoy <[EMAIL PROTECTED]> wrote: > > "Kevin Dangoor" <[EMAIL PROTECTED]> writes: > > > I would've assumed that the filter runs before the TG code, which would mean > > that it should still be a string. This apparently is not the case. We could > > certainly extend the decoding filter to only decode strings, but we really > > do want the decoding filter to run before any TG code gets to it. > > If you do that in something like 2h from now I can test today. Otherwise I'll > have to wait until Monday. I'll be travelling tonight... Sorry for the > trouble. Maybe the change could be something different and on fieldset > widget? I really dunno the best approach.
OK, I think see the problem. Haven't decided on a fix yet. The problem is in startup.py, we add the NestedVariablesFilter. That's where the dict is probably coming from. I'm not sure why that runs before the decoding filter. Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
