[web2py] Re: how strongly coupled are LOAD with web2py_ajax.html and web2py_ajax.js ?

2011-06-26 Thread Massimo Di Pierro
There should be no coupling at all. Anyway all changes to LOAD and or web2py_ajax (and I mean intentional changes, not bugs) are implemented with backward compatibility in mind. On Jun 26, 3:36 pm, Sebastian E. Ovide sebastian.ov...@gmail.com wrote: Hi All, just wondering how strongly coupled

[web2py] Re: how strongly coupled are LOAD with web2py_ajax.html and web2py_ajax.js ?

2011-06-26 Thread Anthony
The new version of web2py_ajax.html/web2py_ajax.js should work the same as the old web2py_ajax.html, so you shouldn't need to update if you don't want to. Most of the original file was separated into a .js file in static (a) so the content can be cached by browsers instead of being sent on

Re: [web2py] Re: how strongly coupled are LOAD with web2py_ajax.html and web2py_ajax.js ?

2011-06-26 Thread Sebastian E. Ovide
great ! On Sun, Jun 26, 2011 at 10:01 PM, Anthony abasta...@gmail.com wrote: In general, when you upgrade to a new web2py version, you shouldn't need to update your applications, though you may want to in order to take advantage of some new features (or bug/security fixes). -- Sebastian