Hi, I'm trying to debug what happens in my app after a click on a link with partial rendering. The problem is that sth like 2 seconds after the first request, another request is posted (and that one seems to be not partial because the result is different). I suppose that when an ajax request times out, you send a "traditional" request. How is it possible to disable this feature?
Regards, Zied

