hello
I have a jsf page . in page I have a primefaces tree component that root of tree is an object that have an id.
I want that when click on root of tree a list of data that are in database and have equel id with tree id , represent in a table.
how can I do that in backbean? thanks