List myObjectList = new ArrayList()
Can I use any Collection with the
<f:table collection="${myObjectList}"/>
I am trying it and getting nothing.
List myObjectList = new ArrayList()
Can I use any Collection with the
<f:table collection="${myObjectList}"/>
I am trying it and getting nothing.