2 Replies Latest reply on Oct 22, 2008 1:31 PM by ronaldocwb

    Break line on selectManyCheckbox

    ronaldocwb

      Hi,


      I need to build a list of checkbox, but they are many (days of a month) and a need to put a line break (insert a new line in the table) for each X elements. Does anyone knows how to do it?


      My xhtml code is (I've tried many modifications but no results):



      <h:selectManyCheckbox value="#{someEntity.SomeList}" converter="monthDayConverter">
          <s:selectItems label="#{day}" value="#{someFactoryReturningListOfDays}" var="day" ></s:selectItems>
      </h:selectManyCheckbox>




      Where:



      xmlns:h="http://java.sun.com/jsf/html
      xmlns:s="http://jboss.com/products/seam/taglib