You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2011/06/22 18:12:50 UTC

svn commit: r1138530 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Navigation.java

Author: lofwyr
Date: Wed Jun 22 16:12:50 2011
New Revision: 1138530

URL: http://svn.apache.org/viewvc?rev=1138530&view=rev
Log:
comment

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Navigation.java

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Navigation.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Navigation.java?rev=1138530&r1=1138529&r2=1138530&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Navigation.java (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Navigation.java Wed Jun 22 16:12:50 2011
@@ -66,7 +66,7 @@ public class Navigation implements Seria
   }
 
   protected void init(List<String> list) {
-    list.add("/content/root.xhtml");
+    list.add("/content/root-dummy.xhtml"); // helps to build the tree, this is not an existing file
     List<Node> nodes = new ArrayList<Node>();
     for (String path : list) {
       try {