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

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084237#4084237

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084237
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to