diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/config/web-application-config.xml b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/config/web-application-config.xml index 22061198..a5e352e0 100755 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/config/web-application-config.xml +++ b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/config/web-application-config.xml @@ -12,9 +12,6 @@ - - - diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index 88615c53..45d723f8 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -9,9 +9,11 @@ Package org.springframework.webflow.faces See the booking-jsf sample for an example. * Added built-in support for progressive enhancement, including a library of JSF components that degrade nicely if Javascript is not available on the client. See booking-jsf for an example of two such components: first, the Spring Faces command link which - renders as a standard submit button if Javascript is not available, and second a popup window that displays a partial response if - Javascript is available (otherwise a full page navigation occurs). -* Polished overall JSF integration approach since M2, including refinements to the state saving strategy + renders as a standard submit button if Javascript is not available, and second a popup window that displays a partial asynchronous response if + Javascript is available (otherwise a full synchronous page navigation occurs). +* Polished overall JSF integration approach since M2, including applying refinements and performance optimizations + to the UIViewRoot state saving strategy. +* Upgraded to Dojo 1.0 from 0.9. Changes in version 2.0 M2 (30.10.2007) -------------------------------------