I am looking to reduce the amount of data transferred by making this page of my application behave like an SPA (single-page application).
I have searching built into the master page, and then individual records are loaded into the iframe, one at a time. When a user wants another record, they can recall the search results in a pop-up, and select the next record into the iframe. The ajax call is from javascript running in the iframe to get the results in the iframe. The call is acting like it can't find the controller. FireBug shows the code being executed, but the debug code in the web2py controller is not showing the request being received. The code works if not run in an iframe. -- 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/d/optout.

