From fe39a25d727843c1df66874c698d98047badd2d2 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Thu, 5 Aug 2010 05:03:04 +0000 Subject: [PATCH] update jsf version in pom and add validation tags to faces sample --- spring-webflow-samples/booking-faces/pom.xml | 6 +++--- .../WEB-INF/flows/booking/enterBookingDetails.xhtml | 8 ++++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/spring-webflow-samples/booking-faces/pom.xml b/spring-webflow-samples/booking-faces/pom.xml index 3abdb720..f0c960d5 100644 --- a/spring-webflow-samples/booking-faces/pom.xml +++ b/spring-webflow-samples/booking-faces/pom.xml @@ -143,14 +143,14 @@ ${project.version} - javax.faces + com.sun.faces jsf-api - 2.0 + 2.0.3 com.sun.faces jsf-impl - 2.0.2 + 2.0.3 diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/booking/enterBookingDetails.xhtml b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/booking/enterBookingDetails.xhtml index 37d77f99..db9bcaba 100644 --- a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/booking/enterBookingDetails.xhtml +++ b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/booking/enterBookingDetails.xhtml @@ -106,7 +106,9 @@

- + + +

@@ -116,7 +118,9 @@

- + + +