From 21d631848429e1d0973fe375b57b577cb4f97d50 Mon Sep 17 00:00:00 2001 From: Jeremy Grelle Date: Fri, 14 Mar 2008 19:43:30 +0000 Subject: [PATCH] Adding tag to set content type to "text/html" to fix rendering problem on the JSF 1.2 RI. --- .../src/main/webapp/WEB-INF/layouts/standard.xhtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 6783323c..a1f1741f 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,8 +1,9 @@ + Spring Faces: Hotel Booking Sample Application @@ -52,4 +53,5 @@ + \ No newline at end of file