From 27dd34569ddd84ab94ac78715d58aa8071b50310 Mon Sep 17 00:00:00 2001 From: Jeremy Grelle Date: Mon, 10 Sep 2007 21:32:19 +0000 Subject: [PATCH] OPEN - issue SWF-404: wrong namespace in reference manual for client side validation. http://opensource.atlassian.com/projects/spring/browse/SWF-404 --- spring-faces/src/main/java/META-INF/springfaces.taglib.xml | 2 +- .../booking-jsf/src/main/webapp/flow/booking/bookingForm.xhtml | 2 +- spring-webflow/docs/reference/src/spring-faces.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-faces/src/main/java/META-INF/springfaces.taglib.xml b/spring-faces/src/main/java/META-INF/springfaces.taglib.xml index 9ae9bf8a..2b699ef1 100644 --- a/spring-faces/src/main/java/META-INF/springfaces.taglib.xml +++ b/spring-faces/src/main/java/META-INF/springfaces.taglib.xml @@ -3,7 +3,7 @@ "-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN" "http://java.sun.com/dtd/facelet-taglib_1_0.dtd"> - http://springframework.org/faces + http://www.springframework.org/tags/faces clientTextValidator diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/bookingForm.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/bookingForm.xhtml index c023bfa8..63c7373f 100755 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/bookingForm.xhtml +++ b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/bookingForm.xhtml @@ -3,7 +3,7 @@ xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core" - xmlns:sf="http://springframework.org/faces" + xmlns:sf="http://www.springframework.org/tags/faces" template="/template.xhtml"> diff --git a/spring-webflow/docs/reference/src/spring-faces.xml b/spring-webflow/docs/reference/src/spring-faces.xml index f91df13c..3fa87a92 100644 --- a/spring-webflow/docs/reference/src/spring-faces.xml +++ b/spring-webflow/docs/reference/src/spring-faces.xml @@ -255,7 +255,7 @@ following namespace declaration to the header of your Facelets view template: -xmlns:sf="http://www.springframework.org/faces" +xmlns:sf="http://www.springframework.org/tags/faces"