diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/flows/booking/bookingForm.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/flows/booking/bookingForm.xhtml index 7a394090..145fa698 100755 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/flows/booking/bookingForm.xhtml +++ b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/flows/booking/bookingForm.xhtml @@ -4,7 +4,7 @@ xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core" xmlns:sf="http://www.springframework.org/tags/faces" - template="/template.xhtml"> + template="/WEB-INF/layouts/standard.xhtml"> diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/layouts/standard.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/layouts/standard.xhtml index 84201a4b..d1870237 100644 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/layouts/standard.xhtml +++ b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/layouts/standard.xhtml @@ -11,7 +11,7 @@ @import url("${request.contextPath}/resources/css-framework/css/forms.css"); @import url("${request.contextPath}/resources/css-framework/css/layout-navtop-localleft.css"); @import url("${request.contextPath}/resources/css-framework/css/layout.css"); - @import url("${request.contextPath}/resources/css/booking.css"); + @import url("${request.contextPath}/styles/booking.css"); diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/css/booking.css b/spring-webflow-samples/booking-jsf/src/main/webapp/styles/booking.css similarity index 100% rename from spring-webflow-samples/booking-jsf/src/main/webapp/css/booking.css rename to spring-webflow-samples/booking-jsf/src/main/webapp/styles/booking.css