1) smartgrid produces a form for a new record 2) I click on an input field and with the help of javascript smaller (second) browser window opens with related table content 3) I select a row in the window and ID is inserted in the first window field, the smaller second window closes. 4) I click submit in the first window and the form inserts new record howerver 5 PROBLEM: page is redirected to the URL of the second window, that just closed (unwanted behaviour) not where the smartgrid was initially 6 if I do not evoke the second window (where i select a record id) the submit action is all-right. Why is the URL of the submit action being changed and what is a possible solution? Thanks
-- 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.

