From 6942b0e0922fb91a56fc255182242cfff2deda23 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Tue, 30 Oct 2007 00:52:34 +0000 Subject: [PATCH] mvc embedded support --- .../WEB-INF/config/web-application-config.xml | 24 +++++++++++++++++-- .../booking-mvc/src/main/webapp/index.html | 2 +- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/config/web-application-config.xml b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/config/web-application-config.xml index 31325703..ac44ad53 100755 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/config/web-application-config.xml +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/config/web-application-config.xml @@ -11,7 +11,18 @@ - + + + + /intro=urlFilenameController + /main=flowController + /resources/*/**=flowController + /executions/*/**=flowController + + + + + @@ -42,5 +53,14 @@ - + + + + + + + + + + \ No newline at end of file diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/index.html b/spring-webflow-samples/booking-mvc/src/main/webapp/index.html index 4b8dc35b..fce35507 100755 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/index.html +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/index.html @@ -1,5 +1,5 @@ - + \ No newline at end of file