> 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?
Learn FormEncode or ToscaWidgets. I use both but like plain FormEncode more.

-- 
Dalius
http://blog.sandbox.lt

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to