]> git.mxchange.org Git - addressbook-war.git/blobdiff - web/user/login_data_saved.xhtml
Home should go to guest area and not logout the user/recruiter
[addressbook-war.git] / web / user / login_data_saved.xhtml
index 0fd6316a08ad40c7d5595c0376007e18b5ce4e06..9b790e21bb73e575f0b2463cf40851876bb35a71 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_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>