0
Hi. I would like to know ,how to organize my ui:repeat...
why on the page it displays : Change of Schedule and the checkbox field, Nightwork and the checkbox field
summing up I wish I could organize it ...the code it takes from a list ,and that these descriptions are inserted in the description table in the database,eg:time change and etc...
how do I display on the organized page, type how many messages I want horizontally, how many vertically .. pq the datatable has already done the test and does not take
I want to leave some vertical and horizontal, and put the checkbox field first,
<ui:repeat value="#{cadastroFuncionarioBean.listaQuestoes}" var="questao">
<p:outputLabel value="#{questao.descricao}" for="questao"/>
<p:selectBooleanCheckbox id="questao"/>
</ui:repeat>
it was the same way Marcus.. had researched and really with datatable it would work.Obriigado ! -
– Ricardo Mendes
I am glad that you were able to solve it. If the answer has helped, I will be glad to signal as resolved, as it helps in the points. Thank you.
– Marcus Martins