]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
fixed more link outcomes, opps
authorRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 19:56:29 +0000 (21:56 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 19:56:29 +0000 (21:56 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
web/WEB-INF/faces-config.xml
web/WEB-INF/templates/guest/guest_menu.tpl

index aedfb8706093ee25e0613d9b91974a2fdc8320f4..1a49f2e91f7a3cf68e05b8f2a34a78b7272488b9 100644 (file)
@@ -95,7 +95,7 @@
        <navigation-rule>
                <from-view-id>/user/login.xhtml</from-view-id>
                <navigation-case>
-                       <from-outcome>login</from-outcome>
+                       <from-outcome>user_login</from-outcome>
                        <to-view-id>/login/login_index.xhtml</to-view-id>
                </navigation-case>
                <navigation-case>
index a4a41902f6df679f84fe0148958bf13f0869100f..9df06a7aa67e2c4d32b37838ff32914d399c5a91 100644 (file)
@@ -40,7 +40,7 @@
 
                                <ui:fragment rendered="#{featureController.isFeatureEnabled('user_name_required') and featureController.isFeatureEnabled('user_password_recovery')}">
                                        <li>
-                                               <h:link title="#{msg.LINK_GUEST_PASSWORD_TITLE}" outcome="user_lost_passwd" value="#{msg.LINK_GUEST_PASSWORD}" />
+                                               <h:link title="#{msg.LINK_GUEST_PASSWORD_TITLE}" outcome="user_lost_password" value="#{msg.LINK_GUEST_PASSWORD}" />
                                        </li>
                                </ui:fragment>