> The problem may be related to the interaction between jQuery UI .dialog() > and the web2py component (I don't know enough about jQuery UI dialog to > track it down, though).
seems not the case, I made more experiments You can customize the parameters *ajax* and *jqueryUIdialog* lets say: *ajax*=True, *jqueryUIdialog*=False still messes stuff. (I even tried commenting out query-ui.js) https://jurgis.pythonanywhere.com/apskaitele/default/create_product?ajax=1&jqueryUIdialog=0 * * whats more interesting - loading without ajax also gives similar mess https://jurgis.pythonanywhere.com/apskaitele/default/create_product?ajax=0&jqueryUIdialog=0 *** but whats most interesting that in UI dialog 3rd level "Submit" works!! :) https://jurgis.pythonanywhere.com/apskaitele/default/create_product?ajax=0&jqueryUIdialog=1 probably, because 2nd component is moved to independent div (and does not have form), the 3rd can have the form of its own ;) might be workaround..? (my yesterdays experiments were a bit not precise (had bug), and I didn't notice it) -- --- 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.

