I still can't seem to get it to work. When ajax=True it seems to expect the controller to be named default.py.
The book indicates that you should be able to specify the controller name (I think): http://web2py.com/book/default/chapter/13#Components LOAD(c=None, f='index', But no matter what I set as "c=", it errors: "invalid function (default/my_components)".

