How about if you make the ajax=False. Does it load then? When dealing with this ajaxy stuff, you need to break it down into steps...
1. Does the function on the backend work as I expect? Is the url right? 2. Does the ajax ever get triggered? 3. Is there a place for the response to go? If you can separate those and test them one at a time, you can make progress on the problem. -- Joe On Sunday, August 11, 2013 7:04:36 AM UTC-7, lesssugar wrote: > > Both web2py.js and jquery.js are loaded and accessible. There are no JS > errors shown in console, all looks "normal" - but there's none .load > request sent at all. > > The few pages where LOAD doesn't work include a respective form and other > javascript. Commenting the javascript doesn't solve the problem. In > addition, LOAD works on some other pages with forms. > > On Sunday, August 11, 2013 3:47:42 PM UTC+2, Anthony wrote: >> >> Id it possible either web2py.js or jQuery is not loaded on that page? > > -- --- 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.

