On Tuesday, June 10, 2014 2:18:18 PM UTC-4, Najtsirk wrote: > > Anthony, many thanks! > > Can this be achieved also with setting SQLFORM( _action="") attribute? >
In that case, it would submit to the correct action, but then the page returned by that action would replace the entire page in the browser (i.e., equivalent to following a link to a new page). If you you want the form to be served by a different action than the one that serves the parent page but still keep the form embedded in the page, then you need to use Ajax. Anthony -- 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.

