web2py_component() let you trigger when you want the LOAD or component is loaded... In my case, I don't want many tables to load at the same time, because it slow don't the app... So, I let to my user the control to load or not the component if the need it. I acheive that by embeded my compenent into a bootstrap accordion and when the user it the header of the accordion the loading of the component is trigger... But I am sure it could be use in many diverse way...
Richard On Tue, Apr 23, 2013 at 6:44 PM, Arnon Marcus <[email protected]> wrote: > ??? > Is this like a "single-page-application" implementation? > When did that happen? > > -- > > --- > 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. > > > -- --- 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.

