[b]Boa noite a todos!
Pessoal, estou desenvolvendo um sistema web com o layout relativamente simples.
O problema é que preciso renderizar um conjunto de botões na disposição horizontal, mas o mesmo não está acontecendo como eu espero.
Tentei realizar alguns testes e usar outros componentes, infelizmente sem sucesso algum.
Abaixo segue a tela para melhor compreensão:[/b]
Como podem ver na imagem acima, existe algum tipo de quebra que faz o ultimo botão não continuar no fluxo correto.
Abaixo um trecho .xhtml
<p:layoutUnit id="inner_south" position="south" size="60">
<h:panelGrid columns="6">
<h:form>
<p:commandButton value="#{bundle.importXmlFromMsProject}"/>
<p:spacer width="5px"/>
<p:commandButton value="#{bundle.refreshXml}"/>
<p:spacer width="5px"/>
<p:commandButton value="#{bundle.createTask}"/>
<p:spacer width="5px"/>
<p:commandButton value="#{bundle.desmemberActivity}"/>
<p:spacer width="5px"/>
<p:commandButton value="#{bundle.trackTeam}"/>
<p:spacer width="5px"/>
<p:commandButton value="#{bundle.generateReport}"/>
</h:form>
</h:panelGrid>
</p:layoutUnit>
Agradeço desde já a ajuda e disponibilidade de todos!
Abraço