Jean-Francois Leveque

Officialisation du travail sans navigation faces-config.

...@@ -4,91 +4,4 @@ ...@@ -4,91 +4,4 @@
4 xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 4 xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
5 http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd" 5 http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
6 version="2.0"> 6 version="2.0">
7 - <!--
8 - <navigation-rule>
9 - <from-view-id>*</from-view-id>
10 - <navigation-case>
11 - <from-outcome>home</from-outcome>
12 - <to-view-id>/index.xhtml</to-view-id>
13 - </navigation-case>
14 - </navigation-rule>
15 -
16 - <navigation-rule>
17 - <from-view-id>/index.xhtml</from-view-id>
18 - <navigation-case>
19 - <from-outcome>addBook</from-outcome>
20 - <to-view-id>/book/book.xhtml</to-view-id>
21 - </navigation-case>
22 - <navigation-case>
23 - <from-outcome>listBooks</from-outcome>
24 - <to-view-id>/book/result.xhtml</to-view-id>
25 - </navigation-case>
26 - <navigation-case>
27 - <from-outcome>addCountry</from-outcome>
28 - <to-view-id>/xyz/addCountry.xhtml</to-view-id>
29 - </navigation-case>
30 - <navigation-case>
31 - <from-outcome>listCountries</from-outcome>
32 - <to-view-id>/xyz/listCountries.xhtml</to-view-id>
33 - </navigation-case>
34 - <navigation-case>
35 - <from-outcome>addUser</from-outcome>
36 - <to-view-id>/user/updateUser.xhtml</to-view-id>
37 - </navigation-case>
38 - <navigation-case>
39 - <from-outcome>listUsers</from-outcome>
40 - <to-view-id>/user/listUsers.xhtml</to-view-id>
41 - </navigation-case>
42 - </navigation-rule>
43 - <navigation-rule>
44 - <from-view-id>/xyz/addCountry.xhtml</from-view-id>
45 - <navigation-case>
46 - <from-outcome>success</from-outcome>
47 - <to-view-id>/xyz/listCountries.xhtml</to-view-id>
48 - </navigation-case>
49 - </navigation-rule>
50 -
51 - <navigation-rule>
52 - <from-view-id>/user/addUser_short.xhtml</from-view-id>
53 - <navigation-case>
54 - <from-outcome>success</from-outcome>
55 - <to-view-id>/user/listUsers_short.xhtml</to-view-id>
56 - </navigation-case>
57 - </navigation-rule>
58 -
59 - <navigation-rule>
60 - <from-view-id>/book/book.xhtml</from-view-id>
61 - <navigation-case>
62 - <from-outcome>success</from-outcome>
63 - <to-view-id>/book/result.xhtml</to-view-id>
64 - </navigation-case>
65 - </navigation-rule>
66 -
67 - <navigation-rule>
68 - <from-view-id>/book/result.xhtml</from-view-id>
69 - <navigation-case>
70 - <from-outcome>back</from-outcome>
71 - <to-view-id>/book/book.xhtml</to-view-id>
72 - </navigation-case>
73 - </navigation-rule>
74 -
75 - <navigation-rule>
76 - <from-view-id>/user/updateUser.xhtml</from-view-id>
77 - <navigation-case>
78 - <from-outcome>cancel</from-outcome>
79 - <to-view-id>/user/listUsers.xhtml</to-view-id>
80 - </navigation-case>
81 - <navigation-case>
82 - <from-outcome>success</from-outcome>
83 - <to-view-id>/user/listUsers.xhtml</to-view-id>
84 - </navigation-case>
85 - </navigation-rule>
86 - <navigation-rule>
87 - <from-view-id>/user/listUsers.xhtml</from-view-id>
88 - <navigation-case>
89 - <from-outcome>add</from-outcome>
90 - <to-view-id>/user/updateUser.xhtml</to-view-id>
91 - </navigation-case>
92 - </navigation-rule>
93 - -->
94 </faces-config> 7 </faces-config>
...\ No newline at end of file ...\ No newline at end of file
......