[jboss-user] [JBoss Seam] - s:selectItems

srpantano do-not-reply at jboss.com
Thu Sep 13 17:05:19 EDT 2007


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



More information about the jboss-user mailing list