From bd64dade5e793477fc643febd213afd6bab695eb Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sun, 13 Apr 2008 07:54:52 +0000 Subject: [PATCH] missing an important configuration step... --- spring-webflow-reference/src/spring-faces.xml | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) 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