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

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -