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 2013/02/12 13:49:00 UTC

svn commit: r1445145 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/03-tree/02-editor/tree-editor.xhtml

Author: lofwyr
Date: Tue Feb 12 12:48:59 2013
New Revision: 1445145

URL: http://svn.apache.org/r1445145
Log:
TOBAGO-1212: Using JSR 269: Pluggable Annotation Processing API
 - Test to check the  overwritten methods
 - treeNode has some deprecated attributes

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/03-tree/02-editor/tree-editor.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/03-tree/02-editor/tree-editor.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/03-tree/02-editor/tree-editor.xhtml?rev=1445145&r1=1445144&r2=1445145&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/03-tree/02-editor/tree-editor.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/03-tree/02-editor/tree-editor.xhtml Tue Feb 12 12:48:59 2013
@@ -49,8 +49,7 @@
       <tc:treeNode id="template"
                    markup="#{node.userObject.markup}"
                    tip="#{node.userObject.tip}"
-                   disabled="#{node.userObject.disabled}"
-                   treeExpansionListener="#{node.userObject.expansionListener}">
+                   disabled="#{node.userObject.disabled}">
         <tc:treeIndent showJunctions="true"/>
         <tc:treeIcon value="image/feather.png"/>
         <tc:treeSelect value="#{node.userObject.selected}" label="#{node.userObject.name}"/>