tc:tree does not invoke an actionevent
--------------------------------------

                 Key: TOBAGO-143
                 URL: http://issues.apache.org/jira/browse/TOBAGO-143
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0.8
         Environment: IE 6, Windows XP, Tomcat 5.5
            Reporter: Carsten Dimmek


I tried to register an action listener to the tc:tree component but the action 
method is never called.

<tc:tree value="#{settingsBean.tree}" id="settingsTree"
     state="#{settingsBean.treeState}" idReference="userObject.id"
    nameReference="userObject.name" showIcons="true"
   showJunctions="true" showRootJunction="true" showRoot="true"
  selectable="false" mutable="false"
actionListener="#{settingsBean.refreshView}" />

public class SettingsBean {

------------snip------------
        public void refreshView(ActionEvent event) {
            System.out.println("test");
        }

------------snip------------
}


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to