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/03/28 10:27:55 UTC

svn commit: r1086153 - /myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/navigation.xhtml

Author: lofwyr
Date: Mon Mar 28 08:27:55 2011
New Revision: 1086153

URL: http://svn.apache.org/viewvc?rev=1086153&view=rev
Log:
expand all

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/navigation.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/navigation.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/navigation.xhtml?rev=1086153&r1=1086152&r2=1086153&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/navigation.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/navigation.xhtml Mon Mar 28 08:27:55 2011
@@ -47,7 +47,7 @@
 
       <tc:tree>
         <tc:treeData value="#{browser.tree}" var="node">
-          <tc:treeNode expanded="#{node.level lt 2}" disabled="#{node.disabled}">
+          <tc:treeNode expanded="true" disabled="#{node.disabled}">
             <tc:treeIndent/>
             <tc:treeIcon/>
             <tc:treeCommand link="#{node.resource}" label="#{node.label}" target="page:content"