On Dec 4, 2010, at 2:26 PM, mr.freeze wrote: > > Yep, changed on 11/3. Maybe web2py_ajax.html doesn't fall under the > same backwards compatibility umbrella as the actual framework. Anyway, > it's selecting by name so just change your onclick to: > _onclick="ajax('process_checkbox',['junk'],':eval');") > ...and it should work.
In general, the stuff under applications/ doesn't fall under backwards compatibility, since it won't change once you've incorporated it into your own app, unless and until you want to change it, either by doing your own edits or by incorporating a later version.