1 Reply Latest reply on Sep 13, 2007 5:13 PM by srpantano

    s:selectItems

    srpantano

      I'm using s:selectItems in a rich:dataTable, but the h:selectOneMenu is the same for the all rows and I change one, it makes refresh in all.

      Why?

      <h:column>
       <f:facet name="header">
       #{messages['Profile']}
       </f:facet>
      
       <h:selectOneMenu id="profile_selectManyListbox"
       rendered="#{not empty record.profiles}"
       valueChangeListener="#{sistemHome.putSistemIdListener}">
       <s:selectItems value="#{record.profiles}" var="profs"
       label="#{profs.profile}"
       noSelectionLabel="- - -"
       hideNoSelectionLabel="true" />
       <s:convertEntity />
       </h:selectOneMenu>
      </h:column>


      Ps.: I'm using Seam 2.0