On Wed, Oct 27, 2010 at 5:43 PM, VP <[email protected]> wrote: > def insertdog(name, owner, age): > # request.args should be automatically assigned to these arguments
I also prefer this over manual extraction from the request object. But I do hate the decorator syntax. I think controllers are no place to deal with the actual URL patterns. -- Branko Vukelić [email protected] [email protected] Check out my blog: http://www.brankovukelic.com/ Check out my portfolio: http://www.flickr.com/photos/foxbunny/ Registered Linux user #438078 (http://counter.li.org/) I hang out on identi.ca: http://identi.ca/foxbunny Gimp Brushmakers Guild http://bit.ly/gbg-group

