The forms are nested in the source code (presumably your LOAD is inserted > within the body of the main form). Looks like jQuery UI moves the inner > form to a different part of the DOM, but notice that the re-located form > DOM no longer includes a <form> element. Because of that, the > web2py_trap_form() doesn't have any form to trap and submit. > >> yes the LOAD is called in another form (as this is special widget behaviour) http://www.web2pyslices.com/slice/show/1616/widget-select-or-add-option-ng
how could I workaound this keeping functionality of widget? > googel Chrome inspector shows, that dialog is after/outside <div class=" >> container">...</**div> >> while Product form is inside main container. >> >> >> 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. >>> >>> >>>> 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? >>>> >>>> -- --- 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.

