From 0cc2016a29182456e0adaa719f8b880d041d9a62 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Mon, 28 Feb 2011 11:06:13 +0000 Subject: [PATCH] SWF-1447 2.3 documentation updates --- spring-webflow-reference/src/spring-faces.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-webflow-reference/src/spring-faces.xml b/spring-webflow-reference/src/spring-faces.xml index a820c9a5..19f63260 100644 --- a/spring-webflow-reference/src/spring-faces.xml +++ b/spring-webflow-reference/src/spring-faces.xml @@ -837,11 +837,11 @@ mvn package They would if the Web Flow didn't do a redirect. - This can lead to a problem specific to JSF 2 environments where JSF components in Sun Mojarra cache the FacesContext assuming the same instance is available throughout the JSF lifecycle. + This can lead to a problem specific to JSF 2 environments where a specific Sun Mojarra listener component caches the FacesContext assuming the same instance is available throughout the JSF lifecycle. In Web Flow however the render phase is temporarily put on hold and a client-side redirect executed. - The default behavior of Web Flow is desirable and it is unlikely JSF 2 applications will experience issue. + The default behavior of Web Flow is desirable and it is unlikely JSF 2 applications will experience the issue. This is because Ajax is often enabled the default in JSF 2 component libraries and Web Flow does not redirect during Ajax requests. However if you experience this issue you can disable client-side redirects within the same view as follows: