I have a panelgrid that I can not in any way divide into a ui: repeat columns, whatever the amount.
<h:panelGrid columns="2" >
<ui:repeat var="p" value="#{cadSetor.campos}" >
<p:commandLink actionListener="#{telaLogin.chamaTelaSelecao(p.id)}" ajax="false">
<p:graphicImage value="/imagensSetores/#{p.nomeImagem}" width="210" style="border: 0px; margin-top:1px" />
</p:commandLink>
</ui:repeat>
</h:panelGrid>
Can anyone help me with this?