Hello,
I am trying to implement <h:datatable >.
I have the following Object - ObituaryData:
and the following ObituariesList:
Where getObituariesList() returns a collection of ObituaryData (I can see it when debugging).
I implemented in in <h:datatable> like this:
The screen runs all right, but nothing it being displayed instead of #obituaryAd# values!
What could have gone wrong?