[ https://issues.apache.org/jira/browse/ADFFACES-453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494459 ]
Mark Emeny commented on ADFFACES-453: ------------------------------------- Adam, I just tried something else to thrash out the problem. I removed the row disclosure listener completely as well as the selection listener, giving me... <tr:treeTable id="needsTable" value="#{needsSolutionsBB.needModel}" rowSelection="single" autoSubmit="true" var="need" binding="#{needsSolutionsBB.needTable}" width="100%"></tr:treeTable> And the underlying problem may now be evident, that is rows are not collapsed or expanded once something in the tree table has been selected. Without anything being selected the tree table will expand and collapse correctly but as soon as I select anything nothing expands or collapses (whether I click on the selected row or not). If you still need me to come up with a small demo I can do but I'd appreciate it if you could just try and replicate this first. > RowDisclosureEvent with treetable select > ---------------------------------------- > > Key: ADFFACES-453 > URL: https://issues.apache.org/jira/browse/ADFFACES-453 > Project: MyFaces ADF-Faces > Issue Type: Bug > Affects Versions: 1.0.1-incubating-core-SNAPSHOT > Environment: Microsoft Windows XP SP2 > Reporter: Mark Emeny > > The RowDisclosureEvent doesn't seem to fire when anything is selected in a > tree table. If nothing is selected the event fires but as soon as anything is > selected the event fails to fire. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.