From b082baf44e10e81e7ba85a4bb152ba1c662d1b42 Mon Sep 17 00:00:00 2001 From: Jeremy Grelle Date: Sat, 4 Oct 2008 21:49:17 +0000 Subject: [PATCH] Making the top-level tag. --- .../src/main/webapp/WEB-INF/layouts/standard.xhtml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/layouts/standard.xhtml b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/layouts/standard.xhtml index 442e7c8e..bab3acc7 100644 --- a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/layouts/standard.xhtml +++ b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/layouts/standard.xhtml @@ -1,10 +1,11 @@ - - + xmlns:sf="http://www.springframework.org/tags/faces" + contentType="text/html" encoding="UTF-8"> + Spring Faces: Hotel Booking Sample Application @@ -59,5 +60,5 @@ - - \ No newline at end of file + + \ No newline at end of file