Hello everyone,
I need access to parsed form variables, and lo and behold, paste does
hold those. But. The access to it is a bit convoluted, esp. for smth
done over and over:
if request.environ.has_key('paste.parsed_formvars'):
for item in request.environ['paste.parsed_formvars'][0].items():
do_smth(item)
Is there a shorter / proper way to do it?
Regards,
mk
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---