On 8/15/06, Arnaud Fontaine <[EMAIL PROTECTED]> wrote: > I wonder why the variable_decode function is called. By modifying the > third parameter of variable_decode to anything else than a dash, it > works obviously perfectly. Any idea for making a dash working?
http://www.turbogears.org/docs/api/formencode.variabledecode-module.html Variable_encode/decode serializes python objects into a the flat namespace required by html forms (which have no nesting, sequencing, etc). The behavior is as documented. You just happen to have a naming scheme that causes variable_decode issues. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

