googel Chrome inspector shows, that dialog is after/outside <div class=" container">...</div> while Product form is inside main container.
On Mon, Apr 15, 2013 at 2:28 AM, Anthony <[email protected]> wrote: > I think the problem might be that you have one form nested inside the > other -- try moving the new category form outside of the create product > form DOM. > > Anthony > > > On Sunday, April 14, 2013 6:56:44 PM UTC-4, Jurgis Pralgauskis wrote: >> >> Hi, >> >> you can check the issue here >> >> https://jurgis.pythonanywhere.**com/apskaitele/default/create_**product/<https://jurgis.pythonanywhere.com/apskaitele/default/create_product/> >> press the "*+*" alongside "Category Id", which should show a dialog, >> which was loaded directly but with ajax_trap >> >> Submit does not react anyhow... - where's the rub? >> >> **** >> If I load it with ajax=True -- it submit ok , but then I have other >> issues :/... >> >> **** >> another workaround for me might be lazy loading... the dialog would load >> only on some event (as now it loads on its own, just is shown on event) >> >> >> >> -- > > --- > 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.

