OpenNTF.org - XPages Extension Library

My Links (Not logged in)
User Name Password
Hosted by Prominic.NET

   Project: XPages Extension Library (Managed by Philippe Riand, Niklas Heidloff, Dave Delay, Akihiro Kosugi, Maire Kehoe, Tony McGuckin, John Piermarini, Martin Donnelly, James Quill, Darin Egan, Padraic Edwards, Andrejus Chaliapinas, Lorcan McDonald, Simon McLoughlin, Paul Hannan)
Actions:


Response
SubjectRedirect and partial rerfresh
Created 05/25/2012 03:16 PM by Philippe Riand.
Modified<none> by Niklas Heidloff/Germany/IBM.
Body


When redirect is emitted from an event with full refresh, then it simply return an HTTP 302 with the next page to reach. When partial refresh is enabled, and because the request is then an ajax request (xhr), then it is done differently. In this case, the runtime passes a custom HTTP header "X-XspLocation" pointing to the next page. This header is then interpreted by the client side runtime JavaScript.

Are you seeing the correct value being passed in this header?