dev@javaserverfaces.java.net

HTTP Status code for redirecting from a JSF 2.0 Ajax Request

From: Stephen More <stephen.more_at_gmail.com>
Date: Wed, 8 May 2013 11:25:24 -0400

In the javadocs of
http://docs.oracle.com/javaee/6/api/javax/faces/context/ExternalContext.html#redirect%28java.lang.String%29I
see how an Ajax request of a redirect needs to be implemented. The one
thing I do not see is the HTTP Status Code.

What should the HTTP Status Code be set to for an Ajax Request ?

-Thanks