[web2py] Re: strange problem with checkbox and ajax [Closed]

2010-12-28 Thread weheh
On Dec 28, 5:20 am, weheh wrote: > 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

[web2py] Re: strange problem with checkbox and ajax

2010-12-28 Thread weheh
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

[web2py] Re: strange problem with checkbox and ajax

2010-12-28 Thread Martin.Mulone
I think you are checking request.vars instead of request.args

[web2py] Re: strange problem with checkbox and ajax

2010-12-28 Thread weheh
return false; is definitely a problem. On Dec 28, 2:23 am, weheh wrote: > Running 1.89.5

[web2py] Re: strange problem with checkbox and ajax

2010-12-27 Thread weheh
Running 1.89.5