I see now that variable_decode doesn't do what I thought. I guessed it dealt with the the validators and called validator._from_python, but it doesn't. Maybe, before putting values in the GET URI, the input should be fetched from cherrypy.request. The current method will explode if you do any data manipulation in the validator. Using cherrypy.request seems pretty foolproof. What do you think?
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

