Re: generic delete_object issue on Firefox (redirect bug)

2008-04-29 Thread yml
Hello Koenb, Thank you very much your workaround is working like a charm. I have pasted below an example. In case someone else look for a solution to this problem in the future. However this is close to witchcraft art. I do not understand how FF can be aware that I am doing something in my view wi

Re: generic delete_object issue on Firefox (redirect bug)

2008-04-28 Thread koenb
Sorry; forgot to add, you will need to wrap the generic view in a custom wrapper view for that. On 28 apr, 22:42, koenb <[EMAIL PROTECTED]> wrote: > The problem is FF does not like it if you do not consume the POST > data. > Just add the line > request.POST > somewhere in your view before redi

Re: generic delete_object issue on Firefox (redirect bug)

2008-04-28 Thread koenb
The problem is FF does not like it if you do not consume the POST data. Just add the line request.POST somewhere in your view before redirecting. Koen On 28 apr, 17:33, yml <[EMAIL PROTECTED]> wrote: > Hello, > I noticed a very strange behavior with the generic view called : > "delete_object". T

generic delete_object issue on Firefox (redirect bug)

2008-04-28 Thread yml
Hello, I noticed a very strange behavior with the generic view called : "delete_object". The symptom is the following : * Firefox return an error message ---8<--- The connection was reset The connection to the server was reset while the page was loading.