On Mon, Nov 29, 2010 at 7:12 PM, ron_m <[email protected]> wrote: > I would guess the id is so you can pair up the response if you had > more than one request outstanding in an AJAX situation?
Yes. If you're doing multiple request asynchronously, that is also useful. Of course, you cannot omit the ``id`` parameter, since it's required by JSONRPC specs, and web2py will raise a key error. -- 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

