]> git.mxchange.org Git - addressbook-war.git/blobdiff - web/user/login_data_saved.xhtml
Maybe cherry-pick:
[addressbook-war.git] / web / user / login_data_saved.xhtml
index 550d192f91bdd25b1af4a2500bd1c4990db294b7..2e95fcc8c613cc895effdf00cbb09880df53121f 100644 (file)
@@ -8,14 +8,16 @@
          >
 
        <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="login_title">
+                       <h:outputText value="#{msg.PAGE_TITLE_USER_LOGIN_DATA_SAVED}" />
+               </ui:define>
 
                <ui:define name="content_header">
-                       #{msg.CONTENT_TITLE_LOGIN_DATA_SAVED}
+                       <h:outputText value="#{msg.CONTENT_TITLE_LOGIN_DATA_SAVED}" />
                </ui:define>
 
                <ui:define name="content">
-                       <ui:fragment rendered="#{loginController.isUserLoggedIn()}">
+                       <ui:fragment rendered="#{userLoginController.isUserLoggedIn()}">
                                <ui:include src="/WEB-INF/templates/generic/message_box.tpl">
                                        <ui:param name="message" value="#{msg.LOGIN_MESSAGE_DATA_SAVED}" />
                                </ui:include>