From d066f1f8ad80b37bc7ccf7749f91d4d6fc32ccf8 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 17 Jul 2012 16:40:27 -0700 Subject: [PATCH] Fixed link error in ref docs Issues: SWF-1553 --- src/reference/whatsnew.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/whatsnew.xml b/src/reference/whatsnew.xml index e7dca07f..67131a90 100644 --- a/src/reference/whatsnew.xml +++ b/src/reference/whatsnew.xml @@ -20,7 +20,7 @@ The internal Portlet integration introduced in Spring Web Flow 2.2 has been upgraded for JSF 2.0 compatibility. Some of the more advanced JSF 2.0 features, such as partial state saving, are not supported in a Portlet environment, however, existing application can now upgrade to the minimum required JSF version. Upgraded projects will need to ensure that the <faces:resources> elements is - included as part of their Spring configuration. See . + included as part of their Spring configuration. See .