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/08/10 16:13:33 UTC

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

Author: lofwyr
Date: Wed Aug 10 14:13:32 2011
New Revision: 1156194

URL: http://svn.apache.org/viewvc?rev=1156194&view=rev
Log:
open folder, when executing the action

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=1156194&r1=1156193&r2=1156194&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 Aug 10 14:13:32 2011
@@ -235,7 +235,7 @@ public class Navigation implements Seria
     public String action() {
       LOG.info("Navigate to '" + outcome + "'");
       currentNode = this;
-
+      expanded = true;
       return outcome;
     }