summaryrefslogtreecommitdiffstats
path: root/WebContent/pages/products.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/pages/products.xhtml')
-rw-r--r--WebContent/pages/products.xhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/pages/products.xhtml b/WebContent/pages/products.xhtml
index 1fb7f95..1b5e5e4 100644
--- a/WebContent/pages/products.xhtml
+++ b/WebContent/pages/products.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>