This only happens when you do 

redirect(..., client_side=True)

it does not happen by default. remove the client_side=True.

On Monday, 6 May 2013 00:34:20 UTC-5, Aris Green wrote:
>
> Hello, I am submitting a form via ajax and setting the response.view to 
> another component URL to load up another component in the parent div after 
> a post back.  Something nasty happens.  An HTTP header 
> 'web2py-redirect-location' is set and that causes a Javascript library 
> loaded on the page to set the window.location to that URL.  I think that 
> this is a newer feature.  I need to know how to disable it.  My website is 
> not broken because of this.
>
> Please help.
> Aris
>

-- 

--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to