diff --git a/spring-webflow-reference/src/flow-security.xml b/spring-webflow-reference/src/flow-security.xml index 40b055ac..db2334fe 100644 --- a/spring-webflow-reference/src/flow-security.xml +++ b/spring-webflow-reference/src/flow-security.xml @@ -123,15 +123,10 @@ - - - - - + authentication-failure-url="/spring/login?login_error=1" /> diff --git a/spring-webflow-reference/src/overview.xml b/spring-webflow-reference/src/overview.xml index e68b5417..d5cb09e1 100644 --- a/spring-webflow-reference/src/overview.xml +++ b/spring-webflow-reference/src/overview.xml @@ -68,7 +68,7 @@ To access jars using Maven, add the following repositories to your Maven pom: - com.springsource.repository.bundles.release SpringSource Enterprise Bundle Repository - SpringSource Releases @@ -84,34 +84,34 @@ Then declare the following dependencies: - org.springframework.webflow org.springframework.binding - 2.0.0.RELEASE + 2.0.2.RELEASE org.springframework.webflow org.springframework.js - 2.0.0.RELEASE + 2.0.2.RELEASE org.springframework.webflow org.springframework.webflow - 2.0.0.RELEASE + 2.0.2.RELEASE ]]> And if using JavaServerFaces: - org.springframework.webflow org.springframework.faces - 2.0.0.RELEASE + 2.0.2.RELEASE ]]> @@ -121,7 +121,7 @@ To access jars using Ivy, add the following repositories to your Ivy config: - @@ -139,21 +139,21 @@ Then declare the following dependencies: - compile" /> + rev="2.0.2.RELEASE" conf="compile->runtime" /> + rev="2.0.2.RELEASE" conf="compile->runtime" /> + rev="2.0.2.RELEASE" conf="compile->runtime" /> ]]> And if using JavaServerFaces: - compile" /> + rev="2.0.2.RELEASE" conf="compile->runtime" /> ]]> @@ -168,34 +168,34 @@ To access Web Flow jars from Maven Central, declare the following dependencies in you pom: - org.springframework.webflow org.springframework.binding - 2.0.0.RELEASE + 2.0.2.RELEASE org.springframework.webflow org.springframework.js - 2.0.0.RELEASE + 2.0.2.RELEASE org.springframework.webflow org.springframework.webflow - 2.0.0.RELEASE + 2.0.2.RELEASE ]]> And if using JavaServerFaces: - org.springframework.webflow org.springframework.faces - 2.0.0.RELEASE + 2.0.2.RELEASE ]]> diff --git a/spring-webflow-reference/src/spring-faces.xml b/spring-webflow-reference/src/spring-faces.xml index 043ac7a0..05bca27b 100644 --- a/spring-webflow-reference/src/spring-faces.xml +++ b/spring-webflow-reference/src/spring-faces.xml @@ -13,7 +13,6 @@ integrates Dojo as the underlying UI toolkit. - Spring-centric Integration Approach @@ -103,7 +102,7 @@ so that CSS and JavaScript resources may be output correctly by the components. This servlet must be mapped to /resources/* in order for the URL's rendered by the components to function correctly. - Resource Servlet @@ -121,7 +120,7 @@ The Spring Faces components require the use of Facelets instead of JSP, so the typical Facelets configuration must be added as well when using these components. - javax.faces.DEFAULT_SUFFIX @@ -139,7 +138,7 @@ flow-builder-services : - ]]> - See the booking-faces reference application in the distribution for a complete working example. + + The faces:flow-builder-services tag also several other defaults appropriate for a JSF environment. + Specifically, the Unified EL is configured as the default Expression Language. + + + See the swf-booking-faces reference application in the distribution for a complete working example. + Configuring faces-config.xml @@ -178,7 +183,7 @@ not need to add anything specific to Spring Faces to your faces-config.xml - @@ -536,7 +541,7 @@ view-state . - @@ -571,7 +576,7 @@ clientTextValidator component: - ]]> @@ -589,7 +594,7 @@ clientNumberValidator component: - @@ -609,7 +614,7 @@ clientDateValidator component: - @@ -630,7 +635,7 @@ component can be used to intercept the "onclick" event of a child component and suppress the event if all client-side validations do not pass. -   ]]> @@ -660,7 +665,7 @@ To use the Rich Faces component library with Spring Faces, the following filter configuration is needed in web.xml (in addition to the typical Spring Faces configuration): - RichFaces Filter richfaces @@ -679,7 +684,7 @@ For deeper integration (including the ability to have a view with combined use of the Spring Faces Ajax components and Rich Faces Ajax components), configure the RichFacesAjaxHandler on your FlowController: - @@ -698,7 +703,7 @@ EL variable. For example, in your view template you can have a fragment that you would potentially like to re-render in response to a particular event: - @@ -720,7 +725,7 @@ commandLink to fire the event: - ]]> @@ -728,7 +733,7 @@ transition to handle the event: - @@ -747,7 +752,7 @@ Typical Trinidad + Spring Faces configuration is as follows in web.xml (in addition to the typical Spring Faces configuration): - javax.faces.STATE_SAVING_METHOD server @@ -794,4 +799,4 @@ - + \ No newline at end of file diff --git a/spring-webflow-reference/src/spring-js.xml b/spring-webflow-reference/src/spring-js.xml index c76211ca..f1c83792 100644 --- a/spring-webflow-reference/src/spring-js.xml +++ b/spring-webflow-reference/src/spring-js.xml @@ -19,7 +19,7 @@ This servlet provides a convenient way to serve Spring.js files to your pages. To deploy this servlet, declare the following in web.xml: - Resource Servlet @@ -53,7 +53,7 @@ When using the widget system of an underlying library, typically you must also include some CSS resources to obtain the desired look and feel. For the booking-mvc reference application, Dojo's tundra.css is included: - " />]]> @@ -67,7 +67,7 @@ The following example illustrates enhancing a Spring MVC <form:input> tag with rich suggestion behavior: -