]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/WEB-INF/faces-config.xml
Renamed controller method to doChangeItem() (naming convention)
[pizzaservice-war.git] / web / WEB-INF / faces-config.xml
index 762c4d9b8dcd170b274444102cddcebc8dd7c350..c1187b0f50ab816d331b3a3786f4a9f8c6a3faa4 100644 (file)
                <from-view-id>/customer/checkout2.xhtml</from-view-id>
                <navigation-case>
                        <from-outcome>checkout_done</from-outcome>
-                       <to-view-id>/customer/checkout_done.xhtml.xhtml</to-view-id>
+                       <to-view-id>/customer/checkout_done.xhtml</to-view-id>
+               </navigation-case>
+               <navigation-case>
+                       <from-outcome>empty_basket</from-outcome>
+                       <to-view-id>/customer/empty_basket.xhtml</to-view-id>
+               </navigation-case>
+       </navigation-rule>
+       <navigation-rule>
+               <from-view-id>/admin/admin_logout.xhtml</from-view-id>
+               <navigation-case>
+                       <from-outcome>index</from-outcome>
+                       <to-view-id>/*</to-view-id>
                </navigation-case>
        </navigation-rule>
+       <application>
+               <locale-config>
+                       <default-locale>de</default-locale>
+                       <supported-locale>en_US</supported-locale>
+               </locale-config>
+       </application>
 </faces-config>