[
http://issues.apache.org/jira/browse/MYFACES-163?page=comments#action_62315 ]
Rob Decker commented on MYFACES-163:
------------------------------------
I fixed this. It was in my subclass which I changed to:
protected void processChildNodes(FacesContext context, TreeNode parentNode, int
processAction) {
if (isNodeExpanded() || (getNodeId() == "0" &&
!getBoolean(this, JSFAttr.SHOW_ROOT_NODE, true)))
super.processChildNodes(context, parentNode,
processAction);
}
from:
protected void processChildNodes(FacesContext context, TreeNode parentNode, int
processAction) {
if (isNodeExpanded())
super.processChildNodes(context, parentNode,
processAction);
}
> commandLink actions ignored inside tree2
> ----------------------------------------
>
> Key: MYFACES-163
> URL: http://issues.apache.org/jira/browse/MYFACES-163
> Project: MyFaces
> Type: Bug
> Versions: 1.0.9 beta
> Environment: tested on tomcat 5.0.30, windows2000 and redhat linux 9.
> Reporter: Rob Decker
> Assignee: sean schofield
>
> When a commandLink inside a tree2 has an action attr, actionListener attr, or
> f:actionListener tag they are never queued or broadcast and the associated
> methods never get called.
--
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
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira