collection datable jsf

1

I'm having a doubt in jsf, I have a collection in my bean list, I'm printing it in a datable, however in my Professional object I have a collection of services, I wanted to print the collection of services that it also acts on a dataTable, How do I do this?!

    
asked by anonymous 27.10.2017 / 14:34

1 answer

0

Make two tables to start the professional list and another to start the collection of services. In the professional table place a command button, which when pressed passes the object to bean and render the services of this professional. There is something similar in the primefaces showcase, check out the first table of that link: link

    
27.10.2017 / 21:51