the other (or maybe connected) issue with ajax=True is that it loads 3rd level subforms twice: 1) for the div of 2nd form while it is not loaded 2) for the loaded form of 2nd level...
this migh be solved with Lazy LOAD https://groups.google.com/forum/?fromgroups=#!topic/web2py/35vyANapSfM and I also think of making nested form pattern using ideas from http://web2py.com/books/default/chapter/29/7#One-form-for-multiple-tables On Mon, Apr 15, 2013 at 10:09 PM, Anthony <[email protected]> wrote: > with ajax=True I mentioned other issues, > > if I have forms with 2 levels of parent (with this widget) , >> >> after I open 3rd form (2nd dialog), the 1st dialog messes up (somehow >> gets contents of the main page???) >> https://jurgis.pythonanywhere.**com/apskaitele/default/create_** >> product_ajaxTrue<https://jurgis.pythonanywhere.com/apskaitele/default/create_product_ajaxTrue> >> > > Not sure why that is happening. An alternative might be to abandon the > idea of putting everything in the form widget. Instead, manually create the > other two forms elsewhere on the page (i.e., so they're not nested). > > Anthony > >> -- > > --- > 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/js8yZubo_cQ/unsubscribe?hl=en. > 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. > > > -- Jurgis Pralgauskis tel: 8-616 77613; Don't worry, be happy and make things better ;) http://galvosukykla.lt -- --- 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.

