2 Replies Latest reply on Dec 20, 2007 2:44 PM by valeriopp

    formatting items in <s:selectItems>

    valeriopp



      I have:

      <h:selectManyCheckbox value="#{autorizzati}" >
      <s:selectItems value="#{AutorizzatiFoManager.autorizzati}" var="authable" label="#{authable.email}" />
      </h:selectManyCheckbox>
      


      and I also have the binding Bean.
      It seams to work but all Items are on the same line. I would like to get a table. Each row of the table should contain the checkbox and the information about the item.
      How can I do that since I cannot put tags inside the label="", neither cannot use single item <s:selectItem> (it doesn't exists)?

      Thanks in advance.