From 780755fee0f2474367c0d031737a26c29fea9420 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 28 Feb 2007 19:51:31 +0000 Subject: [PATCH] simplified jsf config --- spring-webflow/changelog.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index 0834e0bb..7b2c3951 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -21,7 +21,10 @@ Package org.springframework.webflow.conversation Package org.springframework.webflow.executor * Added resource URL encoded to redirects in a JSF environment - +* Added support for configuring a in a JSF environment, greatly simplifying JSF SWF configuration and making it + consistent with Spring MVC and Struts. This also means its much easier to benefit from defaults such as a + continuation-based flow execution repository and 'alwaysRedirectOnPause'. + Changes in version 1.0.1 (08.01.2007) -------------------------------------