So, I think using that will be equivalent to the response.js = 'location.href = location.href;' method. The http_web2py_component_location header is simply extracted from document.location in the browser and sent to the server. Then redirect(..., client_side=True) will simply end up setting window.location to the value of that header when it is returned to the browser.
Anthony On Friday, January 24, 2014 7:33:54 PM UTC-5, Tim Richardson wrote: > > I've just found this in the book: > > request.env.http_web2py_component_location > > has the parent URL in this situation > >> >> -- 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/groups/opt_out.

