From 77a2a4681bbd9e6cbaaf5f39671772b3f4484bfb Mon Sep 17 00:00:00 2001 From: Scott Andrews Date: Mon, 14 Apr 2008 13:33:03 +0000 Subject: [PATCH] IN PROGRESS - issue SWF-591: Update booking-portlet-faces sample to use faces schema, not faces-config http://jira.springframework.org/browse/SWF-591 --- .../src/main/webapp/WEB-INF/web-application-config.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-webflow-samples/booking-portlet-faces/src/main/webapp/WEB-INF/web-application-config.xml b/spring-webflow-samples/booking-portlet-faces/src/main/webapp/WEB-INF/web-application-config.xml index 6cc3d1d7..3dce4db0 100644 --- a/spring-webflow-samples/booking-portlet-faces/src/main/webapp/WEB-INF/web-application-config.xml +++ b/spring-webflow-samples/booking-portlet-faces/src/main/webapp/WEB-INF/web-application-config.xml @@ -4,7 +4,7 @@ xmlns:context="http://www.springframework.org/schema/context" xmlns:tx="http://www.springframework.org/schema/tx" xmlns:webflow="http://www.springframework.org/schema/webflow-config" - xmlns:faces="http://www.springframework.org/schema/faces-config" + xmlns:faces="http://www.springframework.org/schema/faces" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd @@ -14,8 +14,8 @@ http://www.springframework.org/schema/tx/spring-tx-2.5.xsd http://www.springframework.org/schema/webflow-config http://www.springframework.org/schema/webflow-config/spring-webflow-config-2.0.xsd - http://www.springframework.org/schema/faces-config - http://www.springframework.org/schema/faces-config/spring-faces-config-2.0.xsd"> + http://www.springframework.org/schema/faces + http://www.springframework.org/schema/faces/spring-faces-2.0.xsd">