You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/10/05 11:05:48 UTC

svn commit: r582145 - /myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF/faces-config.xml

Author: bommel
Date: Fri Oct  5 02:05:48 2007
New Revision: 582145

URL: http://svn.apache.org/viewvc?rev=582145&view=rev
Log:
testing

Modified:
    myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF/faces-config.xml

Modified: myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF/faces-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF/faces-config.xml?rev=582145&r1=582144&r2=582145&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF/faces-config.xml (original)
+++ myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF/faces-config.xml Fri Oct  5 02:05:48 2007
@@ -68,6 +68,13 @@
   </navigation-rule>
 
   <navigation-rule>
+    <navigation-case>
+      <from-outcome>reload</from-outcome>
+      <to-view-id>/binding.xml</to-view-id>
+    </navigation-case>
+  </navigation-rule>
+
+  <navigation-rule>
     <from-view-id>/helloWorldNext.xml</from-view-id>
     <navigation-case>
       <from-outcome>back</from-outcome>