2007/9/12, voltron <[EMAIL PROTECTED]>: > > I meant how to deal with what gets sent with the post actually, I have > not found any examples on the net.
post data is parsed into MultiDict, so probably you must call getall to get list of values: http://pythonpaste.org/class-paste.util.multidict.MultiDict.html Best regards Cezary Statkiewicz -- Cezary Statkiewicz - http://thelirium.net rlu#280280 gg#5223219 jabber://[EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
