Thanks Massimo I will give that a try. Was using firebug last night but wasn't seeing any errors or anything. On Dec 17, 2013 12:53 AM, "Massimo Di Pierro" <[email protected]> wrote:
> Try check with the google chrome js console. It should tell you what is > going on. > > On Monday, 16 December 2013 23:44:23 UTC-6, Brian M wrote: >> >> 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 a topic in the > Google Groups "web2py-users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/web2py/cQpjb-On7jY/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

