Your web2py_ajax.html ajax function IS different. Note this line:
Yours:
q = jQuery("[name="+s[i]+"]").serialize();
Standard:
q = jQuery("#"+s[i]).serialize();On Dec 4, 3:32 pm, weheh <[email protected]> wrote: > On close inspection, web2py_ajax.html is out of date on my test app. I > updated web2py_ajax.html and the test case still doesn't work.

