It depends on the page.... imagine the case of a page with a lot of comments... each comment has a like component... if you load each like via ajax.... you will need to do a lot of ajax calls .... and the page would take several seconds to load.... and you will be loading your webserver with resources consuming calls....
so it depends on the case... anyway I would suggest to use ajax=true until http://code.google.com/p/web2py/issues/detail?id=286 is fixed On Mon, Jun 13, 2011 at 5:22 PM, pbreit <[email protected]> wrote: > It can be a little jarring but some believe this approach is a big trend in > web service design. -- Sebastian E. Ovide

