jsf - ui:repeat handling the loop has already ended -
i have ui:repeat returns list of entity. there way know loop has ended? oncomplete function primefaces.
i trying add loading indicator ui:repeat, can point me out right direction this?
i know primefaces datatable has this. need a ui:repeat, because need displayed loop divs not in table.
<ui:repeat id="resulta" value="#{testcontroller.testlist}" var="list"> <div>list.name</div> </ui:repeat>
Comments
Post a Comment