i m using jsf2 with primefaces and i have a refresh problem.
i have :
<p:commandButton with ajax=true update="tableauObservatoire"
<p:outputPanel id="tableauObservatoire"
into the p:outputpanel i have <c:forEach...
to construct à table
when i arrived on the page, all data are correctly show.
when i click on my commandButton, action is well launched, and refresh look like ok, but into the table, data are not correctly ordered!! if i click again on p:commandbutton, data are well reorganized! i don't really understand what is happenning.
does i need to don't combine p:outputPanel with c:foreach? and use another combinaison in this case?
if you want more precision to answer, don't hesitate to ask me.
thanks a lot!