Tree Selection PrimeFaces

0

I want to make a feature in the application that lists folders and files in a directory, so I thought about the Tree Selection of the Primefaces, however I want to expand the Tree Selection at the folder level and the files to be opened next to in a frame. It would work as a Windows Explorer.

Consign to do this with the Tree Selection? Is there any other way to do it?

    
asked by anonymous 16.06.2016 / 02:10

1 answer

1

The idea is to bring only the folders in your Tree List, and when you select an item (folder), you load the files in the selected folder using the list components (DataTable or DataList).     

08.08.2016 / 21:45