From d9724c9cc47b3694813efabb141643dbb5c4ed1c Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Tue, 10 Apr 2007 17:38:26 +0000 Subject: [PATCH] typo --- spring-webflow/docs/reference/src/flow-executor.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spring-webflow/docs/reference/src/flow-executor.xml b/spring-webflow/docs/reference/src/flow-executor.xml index c97af47f..804b5eff 100644 --- a/spring-webflow/docs/reference/src/flow-executor.xml +++ b/spring-webflow/docs/reference/src/flow-executor.xml @@ -533,7 +533,7 @@ access flow execution attributes from JSF components. - A minimal faces-config.xml file + Adding Spring Web Flow extensions to faces-config.xml Using Spring Web Flow in a JSF environment requires adding these custom artifacts to the application's faces-config.xml file: @@ -565,7 +565,8 @@ it finds a match. If no match is found this resolver delegates to the next resolver in the chain. - + + Configuring the Web Flow system The artifacts defined faces-config.xml use Spring to locate the Web Flow system. This requires a Spring Web Application Context to be bootstrapped using a ContextLoaderListener in