From 73278706e102f9921957ee26ad1c1d41464bd172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arthur=20Greg=C3=B3rio?= Date: Sat, 22 Dec 2018 15:14:48 -0200 Subject: [PATCH] fix #44 --- .../webapp/secured/configuration/group/formGroup.xhtml | 10 ++++++++-- .../webapp/secured/configuration/user/formUser.xhtml | 8 +++++++- .../secured/registration/author/formAuthor.xhtml | 10 ++++++++-- .../webapp/secured/registration/book/formBook.xhtml | 8 +++++++- 4 files changed, 30 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/secured/configuration/group/formGroup.xhtml b/src/main/webapp/secured/configuration/group/formGroup.xhtml index e7f3d2f..05655e1 100644 --- a/src/main/webapp/secured/configuration/group/formGroup.xhtml +++ b/src/main/webapp/secured/configuration/group/formGroup.xhtml @@ -5,6 +5,7 @@ xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:f="http://xmlns.jcp.org/jsf/core" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:ap="http://xmlns.jcp.org/jsf/composite/application/ui" template="/template/mainTemplate.xhtml"> @@ -45,7 +46,7 @@ -
+

+ diff --git a/src/main/webapp/secured/configuration/user/formUser.xhtml b/src/main/webapp/secured/configuration/user/formUser.xhtml index 4d8609e..d6e90f2 100644 --- a/src/main/webapp/secured/configuration/user/formUser.xhtml +++ b/src/main/webapp/secured/configuration/user/formUser.xhtml @@ -5,6 +5,7 @@ xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:f="http://xmlns.jcp.org/jsf/core" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:ap="http://xmlns.jcp.org/jsf/composite/application/ui" template="/template/mainTemplate.xhtml"> @@ -45,7 +46,7 @@
-
+

@@ -155,6 +160,7 @@ action="#{userBean.changeToListing()}"/>

+ diff --git a/src/main/webapp/secured/registration/author/formAuthor.xhtml b/src/main/webapp/secured/registration/author/formAuthor.xhtml index 2037cfa..520be8d 100644 --- a/src/main/webapp/secured/registration/author/formAuthor.xhtml +++ b/src/main/webapp/secured/registration/author/formAuthor.xhtml @@ -5,6 +5,7 @@ xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:f="http://xmlns.jcp.org/jsf/core" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:ap="http://xmlns.jcp.org/jsf/composite/application/ui" template="/template/mainTemplate.xhtml"> @@ -45,7 +46,7 @@
-
+

+ diff --git a/src/main/webapp/secured/registration/book/formBook.xhtml b/src/main/webapp/secured/registration/book/formBook.xhtml index 11047a3..e5ee449 100644 --- a/src/main/webapp/secured/registration/book/formBook.xhtml +++ b/src/main/webapp/secured/registration/book/formBook.xhtml @@ -5,6 +5,7 @@ xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:f="http://xmlns.jcp.org/jsf/core" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:ap="http://xmlns.jcp.org/jsf/composite/application/ui" template="/template/mainTemplate.xhtml"> @@ -45,7 +46,7 @@
-
+

@@ -138,6 +143,7 @@ action="#{bookBean.changeToListing()}"/>

+