diff options
Diffstat (limited to 'WebContent/pages/product.xhtml')
| -rw-r--r-- | WebContent/pages/product.xhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/pages/product.xhtml b/WebContent/pages/product.xhtml index 8859026..84b49f6 100644 --- a/WebContent/pages/product.xhtml +++ b/WebContent/pages/product.xhtml @@ -6,7 +6,7 @@ xmlns:f="http://xmlns.jcp.org/jsf/core" xmlns:c="http://xmlns.jcp.org/jsp/jstl/core"> -<ui:composition template="/templates/common.xhtml"> +<ui:composition template="#{UserManager.loggedIn ? '/templates/loggedin.xhtml' : '/templates/common.xhtml'}"> <ui:define name="pageTitle">JCatalog Application</ui:define> |
