Hi, just upgraded from 1.01 to 1.02 and tr:tree does not expand nodes
anymore. Node linking is ok.
More exactly - expanding a node renders the same view without any
visible effect, but any other following refresh shows expanded branches
correctly.
I had no problems till 1.01. I guess something changed in the component
logics, but how can I follow it ?
Component is included as:
<tr:tree id="dbTree" value="#{bean.treeModel}" var="node"
immediate="true"
rowDisclosureListener="#{bean.expand}"
binding="#{bean.component}"
disclosedRowKeys="#{bean.disclosed}"
inlineStyle="white-space: nowrap">
using my own tree model.
-- Renzo