OK, I think I got it. web2py_ajax_page() is for updating whole
components. ajax() is for doing more surgical stuff within the
component. Perhaps that's why ajax(); is followed by returns false;
because it's not supposed to update the entire component? So I went
back to the ajax call and I was able to get it to work. Much ado about
nothing.


On Dec 28, 5:13 am, "Martin.Mulone" <[email protected]> wrote:
> I think you are checking request.vars instead of request.args

Reply via email to