On Monday 07 July 2008 16:47:33 Mark Ramm wrote: > >> 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.
Ah, ok. So it's essentially the J2EE-way. Diez --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
