From 077226e689fb5d7f76379849ba9c7ae5e4998410 Mon Sep 17 00:00:00 2001 From: Scott Andrews Date: Thu, 24 Apr 2008 18:23:57 +0000 Subject: [PATCH] fixed runtime issues --- spring-webflow-samples/booking-portlet-faces/ivy.xml | 1 + .../booking-portlet-faces/src/main/webapp/WEB-INF/web.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/spring-webflow-samples/booking-portlet-faces/ivy.xml b/spring-webflow-samples/booking-portlet-faces/ivy.xml index 6f445579..44bc23a8 100644 --- a/spring-webflow-samples/booking-portlet-faces/ivy.xml +++ b/spring-webflow-samples/booking-portlet-faces/ivy.xml @@ -32,6 +32,7 @@ + diff --git a/spring-webflow-samples/booking-portlet-faces/src/main/webapp/WEB-INF/web.xml b/spring-webflow-samples/booking-portlet-faces/src/main/webapp/WEB-INF/web.xml index c89e24a4..7191aa2b 100644 --- a/spring-webflow-samples/booking-portlet-faces/src/main/webapp/WEB-INF/web.xml +++ b/spring-webflow-samples/booking-portlet-faces/src/main/webapp/WEB-INF/web.xml @@ -33,10 +33,10 @@ org.springframework.web.context.ContextLoaderListener - + Resources Servlet - org.springframework.faces.ui.resource.ResourceServlet + org.springframework.js.resource.ResourceServlet 0