This would seem to be the same issue as https://groups.google.com/d/topic/web2py/kyEYmfQs6L0/discussion but yet the solution offered there (make sure you've got the latest web2py.js) doesn't seem to be working for me. Oddly, I've got another form being loaded with LOAD(ajax=True) on the same page and that one works just fine.
What I'm trying to do is have a datatable with "Edit" links next to each record. When the edit link is clicked on, a jQueryUI dialog is opened and the dialog is told to load the edit page for the chosen record which is done using javascript to build the appropriate URL for the chosen record and then a regular jquery .load() to fetch it into the dialog. The edit controller's view is then using web2py's LOAD() to insert the actual edit form with ajax=True so the edit form can be submitted without ever leaving the main page. This was working perfectly in older web2py (v 2.4.x) but now when I try to finally upgrade to web2py v2.8.2 all I get within the dialog is "Loading..." I've verified that my app has the latest static/js/web2py.js (and web2py_ajax.html, appadmin.py and appadmin.html) as outlined in the release/upgrade notes for v2.6. Anybody have ideas about what might be going wrong (or a better way to go about this)? Thanks ~Brian -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.