]> git.mxchange.org Git - addressbook-war.git/blobdiff - web/user/login_user_data_saved.xhtml
Home should go to guest area and not logout the user/recruiter
[addressbook-war.git] / web / user / login_user_data_saved.xhtml
index e42c555fdb1a25dad37bb18457fd9e61899923ba..eda45b9400abc3db1afac5ec0861d145267927af 100644 (file)
@@ -8,7 +8,7 @@
          xmlns:f="http://xmlns.jcp.org/jsf/core"
          >
 
-       <ui:composition template="/WEB-INF/templates/login/login_base.tpl">
+       <ui:composition template="/WEB-INF/templates/login/user/user_base.tpl">
                <ui:define name="login_title">#{msg.PAGE_TITLE_LOGIN_USER_DATA_SAVED}</ui:define>
 
                <ui:define name="content_header">
@@ -22,8 +22,8 @@
                                </ui:include>
                        </ui:fragment>
 
-                       <ui:fragment rendered="#{not loginController.isUserLoggedIn()}">
-                               <ui:include id="login_only" src="/WEB-INF/templates/generic/user_not_logged_in.tpl" />
+                       <ui:fragment rendered="#{not userLoginController.isUserLoggedIn()}">
+                               <ui:include src="/WEB-INF/templates/user/user_not_logged_in.tpl" />
                        </ui:fragment>
                </ui:define>
        </ui:composition>