The web2py autocomplete already involve componization + component in the main controller container... The issue was the autocomplete which hang... So I guess that it should use web2py_component() instead of LOAD() but this involve a lot of rewrite of web2py autocomplete...
I solve it by removing higher level component I had more page reload and more vars to pass throught url but it make things working... Richard On Tue, Apr 26, 2016 at 2:44 PM, Anthony <[email protected]> wrote: > On Tuesday, April 26, 2016 at 1:11:52 PM UTC-4, Richard wrote: >> >> Think I try that in the pass and it wasn't working... Let me find the >> thread in question see if it was the case... >> > > Works for me, at least in the simple case. Perhaps you were doing > something more complex. > > Anthony > > -- > 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. > -- 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.

