1
I have a question in jsf, I have a collection in my Bean List,I am printing it in a datable, but in my object Professional I have a collection of services, I wanted to print the collection of services that he also acts on a datatable, how do I do it?!
I’ll try to explain it properly. I have a Professional class in which have a collection of services that it provides, in the view I have a datable have columns that print the attributes of the professional(name,address,tel) however in a datable column wanted to put a commandbutton on what is clicked retrieve the Profisisonal object and print the list of services that it provides, I tried to base myself on this example quoted above, but he of the overflow when printing the collection, must be why he’s not iterating....
– Matheus