treetable

How can I use a treetable to show all rows in an Oracle SQL table?

I have this table: CREATE TABLE perarea ( id_area INT primary key, nombre VARCHAR2(200), id_areapadre INT references perarea(id_area) ); And this was added to access the data: My intention is to create a heirarchy showing areas and their subordinates in the treeview. Then when a user clicks a node, have...

Expanding Wickets TreeTable nodes when initializing a tree

I'm pretty new to wicket and I'm trying to create a simple wicket tree that holds information about mailinglists. This mailinglist is related to a certain letter. MailingListDto 1 User 1 User 2 MailingListDto 2 User 3 User 4 If we are editing an existing letter, the mailinglists related to that letter are fetched into mailingList...

Is it possible to list pages (DataTable paginator="true") with TreeTable? and filterBy in collumn with TreeTable?

I'm new to prime faces and wanted to see if they could use in some way, the paging DataTable (paginator = "true") in TreeTable and filterBy(p: column filterBy = "# MyBackingBea.name") in TreeTable also. The last before mentioned, (filterBy) only worked in DataTable not in TreeTable. The code: <p:treeTable value="#{documentsControl...