diff options
Diffstat (limited to 'WebContent/pages/greeting.xhtml')
| -rw-r--r-- | WebContent/pages/greeting.xhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/pages/greeting.xhtml b/WebContent/pages/greeting.xhtml index cbeb5d0..ce3ec7f 100644 --- a/WebContent/pages/greeting.xhtml +++ b/WebContent/pages/greeting.xhtml @@ -5,7 +5,7 @@ xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:f="http://xmlns.jcp.org/jsf/core"> - <ui:composition template="/templates/loggedin.xhtml"> + <ui:composition template="#{UserManager.loggedIn ? '/templates/loggedin.xhtml' : '/templates/common.xhtml'}"> <ui:define name="pageTitle">JCatalog Welcome</ui:define> |
