>> The difference being that webob and pylons give you a params MultiDict
>> directly, not as parameters to your python function.

In pylons if you want the params you have to get them from
request.params they are not passed into your controller method at all.

And request.params is a multidict, so it has all your values, with
nothing thrown away.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to