[ http://issues.apache.org/jira/browse/MYFACES-163?page=comments#action_62229 ] Rob Decker commented on MYFACES-163: ------------------------------------
I figured out the cause of this bug, although not the fix. You need to start with a previously uncompiled jsp with a tree. If showRootNode="false" is set the events won't work. The reason commenting everything worked for me was that I commented out showRootNode="false". Once I did that, whatever is happening when showRootNode="true" occured in the jsp and after setting it back to false it stuck (jasper must do partial compiles). If I delete the compiled jsp .java/class files and start fresh with showRootNode="false" the events won't fire. > 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
