The courses are going out without formatting, there are more courses and they are not appearing on the registration screen.
HowtobreakthisintoXHTML?
Code:
<h:panelGridcolumns="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>