[ 
https://issues.apache.org/jira/browse/ADFFACES-453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Emeny reopened ADFFACES-453:
---------------------------------


Hi Adam. I tried this again and am still having the same problem. Basically, I 
have a CoreTreeTable, defined as such...

<tr:treeTable id="needsTable" value="#{needsSolutionsBB.needModel}" 
rowSelection="single" autoSubmit="true" var="need" 
binding="#{needsSolutionsBB.needTable}" width="100%" expandAllEnabled="false" 
rowDisclosureListener="#{needsSolutionsBB.needDisclosed}" 
selectionListener="#{needsSolutionsBB.needSelected}"></tr:treeTable>

When nothing is selected in the tree my "needDisclosed" method...

public void needDisclosed(RowDisclosureEvent discolsureEvent)

...is fired (and I can see the postback in the browser). However, as soon as I 
select anything in the tree the "needDiscolsed" is not fired (although the 
browser does perform another postback).

I have set a breakpoint at the start of the "needDisclosed" event and the line 
is hit when nothing is selected but not hit when anything is selected. The same 
thing worked fine when I was using the ADF controls so not sure what has really 
changed.

Is there anything I can try to give you more details?


> 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.

Reply via email to