simplified jsf config

This commit is contained in:
Keith Donald
2007-02-28 19:51:31 +00:00
parent 45fc22e2a7
commit 780755fee0

View File

@@ -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 <flow:executor> 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)
-------------------------------------