diff --git a/spring-webflow-reference/src/spring-faces.xml b/spring-webflow-reference/src/spring-faces.xml
index c166a408..5a8c09f3 100644
--- a/spring-webflow-reference/src/spring-faces.xml
+++ b/spring-webflow-reference/src/spring-faces.xml
@@ -129,6 +129,43 @@
]]>
+
+ Configuring Web Flow to render JSF views
+
+ The next step is to configure Web Flow to render JSF views. To do this, in your Spring Web Flow configuration include the faces namespace and link in the faces flow-builder-services:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+]]>
+
+
+ See the booking-faces reference application in the distribution for a complete working example.
+
+
Configuring faces-config.xml