This message was edited 1 time. Last update was at 26/10/2010 08:49:19
L.Bach wrote:Olá, Já tentou colocar várias colunas? <h:dataTable> <h:column> //coloca os facets aqui </h:column> <h:column> //coloca os facets aqui </h:column> <h:column> //coloca os facets aqui </h:column> <h:column> //coloca os facets aqui </h:column> </h:dataTable>
faelz1n wrote:Faz assim que dá certo: <h:panelGrid columns="4"> //[b]Aqui você põe as imagens.[/b] </h:panelGrid>