On 3/24/06, Kevin Dangoor <[EMAIL PROTECTED]> wrote: > 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.
Well, it looks like the decoding filter should actually be running first. I need a failing test case. I've never used the FieldSet widget before or ended up with something that uses nested.variable.names. How do you have things set up? Can you create a test case or at least a slimmed down version of your form/controller signature (don't really need the controller body, just the decorators and def line). 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 -~----------~----~----~----~------~----~------~--~---
