From ea3b3f9bf0d803bd98d997b3dd1a6ac845736069 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Mon, 23 Nov 2015 15:19:54 +0100 Subject: Use new JSF definitions --- WebContent/pages/categories.xhtml | 8 ++++---- WebContent/pages/category.xhtml | 8 ++++---- WebContent/pages/contact.xhtml | 8 ++++---- WebContent/pages/greeting.xhtml | 6 +++--- WebContent/pages/home.xhtml | 6 +++--- WebContent/pages/login.xhtml | 8 ++++---- WebContent/pages/product.xhtml | 8 ++++---- WebContent/pages/products.xhtml | 8 ++++---- 8 files changed, 30 insertions(+), 30 deletions(-) (limited to 'WebContent/pages') diff --git a/WebContent/pages/categories.xhtml b/WebContent/pages/categories.xhtml index 4a7532e..24587fc 100644 --- a/WebContent/pages/categories.xhtml +++ b/WebContent/pages/categories.xhtml @@ -1,10 +1,10 @@ + xmlns:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:h="http://xmlns.jcp.org/jsf/html" + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:c="http://xmlns.jcp.org/jsp/jstl/core"> diff --git a/WebContent/pages/category.xhtml b/WebContent/pages/category.xhtml index b5313a3..3147efc 100644 --- a/WebContent/pages/category.xhtml +++ b/WebContent/pages/category.xhtml @@ -1,10 +1,10 @@ + xmlns:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:h="http://xmlns.jcp.org/jsf/html" + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:c="http://xmlns.jcp.org/jsp/jstl/core"> diff --git a/WebContent/pages/contact.xhtml b/WebContent/pages/contact.xhtml index b51f1dd..891aeed 100644 --- a/WebContent/pages/contact.xhtml +++ b/WebContent/pages/contact.xhtml @@ -1,10 +1,10 @@ + xmlns:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:h="http://xmlns.jcp.org/jsf/html" + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:c="http://xmlns.jcp.org/jsp/jstl/core"> diff --git a/WebContent/pages/greeting.xhtml b/WebContent/pages/greeting.xhtml index 73e1d62..cbeb5d0 100644 --- a/WebContent/pages/greeting.xhtml +++ b/WebContent/pages/greeting.xhtml @@ -1,9 +1,9 @@ + xmlns:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:h="http://xmlns.jcp.org/jsf/html" + xmlns:f="http://xmlns.jcp.org/jsf/core"> diff --git a/WebContent/pages/home.xhtml b/WebContent/pages/home.xhtml index 735c734..c54e7dd 100644 --- a/WebContent/pages/home.xhtml +++ b/WebContent/pages/home.xhtml @@ -1,9 +1,9 @@ + xmlns:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:h="http://xmlns.jcp.org/jsf/html" + xmlns:f="http://xmlns.jcp.org/jsf/core"> diff --git a/WebContent/pages/login.xhtml b/WebContent/pages/login.xhtml index 2e94421..87d425c 100644 --- a/WebContent/pages/login.xhtml +++ b/WebContent/pages/login.xhtml @@ -1,10 +1,10 @@ + xmlns:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:h="http://xmlns.jcp.org/jsf/html" + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:c="http://xmlns.jcp.org/jsp/jstl/core"> diff --git a/WebContent/pages/product.xhtml b/WebContent/pages/product.xhtml index 06c4a8d..8859026 100644 --- a/WebContent/pages/product.xhtml +++ b/WebContent/pages/product.xhtml @@ -1,10 +1,10 @@ + xmlns:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:h="http://xmlns.jcp.org/jsf/html" + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:c="http://xmlns.jcp.org/jsp/jstl/core"> diff --git a/WebContent/pages/products.xhtml b/WebContent/pages/products.xhtml index f833c1d..1fb7f95 100644 --- a/WebContent/pages/products.xhtml +++ b/WebContent/pages/products.xhtml @@ -1,10 +1,10 @@ + xmlns:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:h="http://xmlns.jcp.org/jsf/html" + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:c="http://xmlns.jcp.org/jsp/jstl/core"> -- cgit v1.2.3-70-g09d2