Hi ShhQuiet,I think you can try doing it programmatically using disclosedRowKeys attribute. I mean something like below.
<tr:navigationTree ... disclosedRowKeys="#{bean.disclosed}">
And in your bean, RowKeySet returned by getDisclosed method should
contain all rows.
Thanks Mamallan shhQuiet wrote:
I want my navigationTree to be displayed with everything disclosed. How do I do this?

