]> git.mxchange.org Git - addressbook-war.git/commitdiff
a bit fixing ... maybe?
authorRoland Haeder <roland@mxchange.org>
Fri, 9 Oct 2015 18:01:03 +0000 (20:01 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 9 Oct 2015 18:01:03 +0000 (20:01 +0200)
web/WEB-INF/faces-config.xml

index 6f9a43754be0c72372ff772554d47f24c3e03974..1386e115959c6c9bc13ffe8c24f27a06c97cbb15 100644 (file)
                        <to-view-id>/index.xhtml</to-view-id>
                </navigation-case>
        </navigation-rule>
+       <navigation-rule>
+               <from-view-id>/login/login_own_addressbooks.xhtml</from-view-id>
+               <navigation-case>
+                       <from-outcome>login_add_addressbook</from-outcome>
+                       <to-view-id>/login/login_add_addressbook.xhtml</to-view-id>
+               </navigation-case>
+       </navigation-rule>
        <application>
                <locale-config>
                        <default-locale>de</default-locale>
                        <supported-locale>en_US</supported-locale>
                </locale-config>
        </application>
-    <navigation-rule>
-        <from-view-id>/login/login_own_addressbooks.xhtml</from-view-id>
-        <navigation-case>
-            <from-outcome>login_add_addressbook</from-outcome>
-            <to-view-id>/login/login_add_addressbook.xhtml</to-view-id>
-        </navigation-case>
-    </navigation-rule>
 </faces-config>