diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/booking/enterBookingDetails.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/booking/enterBookingDetails.jsp index 7b15abb6..1521340b 100644 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/booking/enterBookingDetails.jsp +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/booking/enterBookingDetails.jsp @@ -2,7 +2,7 @@ <%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %> <%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> - + diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/booking/reviewBooking.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/booking/reviewBooking.jsp index e20be7f9..8fa4f4db 100755 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/booking/reviewBooking.jsp +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/booking/reviewBooking.jsp @@ -2,7 +2,7 @@ <%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %> <%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> - + diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/enterSearchCriteria.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/enterSearchCriteria.jsp index ac464920..aebdcbaf 100755 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/enterSearchCriteria.jsp +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/enterSearchCriteria.jsp @@ -2,7 +2,7 @@ <%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %> <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> <%@ taglib prefix="security" uri="http://www.springframework.org/security/tags" %> - + diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/main.xml b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/main.xml index 0e5c9af6..707b8e40 100755 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/main.xml +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/main.xml @@ -33,7 +33,7 @@ - + diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/reviewHotel.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/reviewHotel.jsp index 564f5f05..04fc6d62 100755 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/reviewHotel.jsp +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/reviewHotel.jsp @@ -2,7 +2,7 @@ <%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %> <%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> - + diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/reviewHotels.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/reviewHotels.jsp index 25dcac5b..f7c5d215 100644 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/reviewHotels.jsp +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/reviewHotels.jsp @@ -1,7 +1,7 @@ <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %> <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> - + @@ -29,7 +29,7 @@ ${hotel.city}, ${hotel.state}, ${hotel.country} ${hotel.zip} - View Hotel + View Hotel diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/intro.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/intro.jsp index a4aaeb5a..01bf1b74 100755 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/intro.jsp +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/intro.jsp @@ -1,7 +1,6 @@ <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %> - diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.jsp index 04b8b9b9..f84ba105 100644 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.jsp +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.jsp @@ -1,6 +1,7 @@ <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %> <%@ taglib prefix="security" uri="http://www.springframework.org/security/tags" %> + @@ -33,16 +34,16 @@ diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/login.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/login.jsp index 893c0b89..65bf497a 100755 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/login.jsp +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/login.jsp @@ -6,7 +6,6 @@ <%@ page import="org.springframework.security.ui.webapp.AuthenticationProcessingFilter" %> <%@ page import="org.springframework.security.AuthenticationException" %> - diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/logout-success.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/logout-success.jsp index ed7ed422..f163556f 100755 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/logout-success.jsp +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/logout-success.jsp @@ -1,7 +1,6 @@ <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %> - @@ -9,7 +8,7 @@

Logout

You have successfully logged out.

-

" />Continue

+

">Continue