1
The courses are coming out without formatting, there are more courses and are not appearing on the registration screen.
How to break this in XHTML?
Code:
<h:panelGrid columns="2" cellpadding="5">
<p:outputLabel value="Cursos" for="cursos" />
<p:selectManyCheckbox id="cursos" styleClass="many-checkbox" value="#{cadastroCicloBean.ciclo.cursos}"
converter="cursoConverter" required="true" requiredMessage="Por favor, informe a data de Inicio">
<f:attribute name="collectionType" value="java.util.ArrayList"/>
<f:selectItems value="#{cadastroCicloBean.cursos}" var="curso" itemLabel="#{curso.nome}" itemValue="#{curso}" />
</p:selectManyCheckbox>
</h:panelGrid>
Perfect friend. Thank you!
– Felipe Portela