You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/01/05 20:45:14 UTC

svn commit: r731658 - /incubator/openwebbeans/trunk/samples/guess/src/main/webapp/WEB-INF/faces-config.xml

Author: gerdogdu
Date: Mon Jan  5 11:45:14 2009
New Revision: 731658

URL: http://svn.apache.org/viewvc?rev=731658&view=rev
Log:
Change navigation rules.

Modified:
    incubator/openwebbeans/trunk/samples/guess/src/main/webapp/WEB-INF/faces-config.xml

Modified: incubator/openwebbeans/trunk/samples/guess/src/main/webapp/WEB-INF/faces-config.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/guess/src/main/webapp/WEB-INF/faces-config.xml?rev=731658&r1=731657&r2=731658&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/guess/src/main/webapp/WEB-INF/faces-config.xml (original)
+++ incubator/openwebbeans/trunk/samples/guess/src/main/webapp/WEB-INF/faces-config.xml Mon Jan  5 11:45:14 2009
@@ -12,18 +12,18 @@
     
     
     <navigation-rule>
-    	<from-view-id>home.xhtml</from-view-id>
+    	<from-view-id>/home.xhtml</from-view-id>
     	<navigation-case>
     		<from-outcome>login</from-outcome>
-    		<to-view-id>login.xhtml</to-view-id>
+    		<to-view-id>/login.xhtml</to-view-id>
     	</navigation-case>
     </navigation-rule>
 	
    <navigation-rule>
-    	<from-view-id>login.xhtml</from-view-id>
+    	<from-view-id>/login.xhtml</from-view-id>
     	<navigation-case>
     		<from-outcome>loginSuccess</from-outcome>
-    		<to-view-id>home.xhtml</to-view-id>
+    		<to-view-id>/home.xhtml</to-view-id>
     	</navigation-case>
     </navigation-rule>