]> git.mxchange.org Git - jfinancials-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 6148ab973fdb6abfdfc64865568d617ad1a05af4..d0530359b143a3e6e486a28bbc54b02fa4c54bec 100644 (file)
@@ -87,7 +87,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 1b5b506925d198d23f8213e04be5e12d4b935573..13cd78a31c27bb993b5a353f892ec711a8e15559 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>