[jboss-user] [JBoss Seam] - Re: Learning to use s:selectItems

matt.drees do-not-reply at jboss.com
Tue Aug 21 11:56:45 EDT 2007


I don't think DataModelSelections mix with h:selectOneMenu.  You probably want something more like

  | <h:selectOneMenu value="#{personManager.selectedPerson}">
  | <s:selectItems value="#{allPeople}" var="n" label="#{n.name}" />
  | <s:entityConverter/>
  | </h:selectOneMenu> 
  | 

Take a look at the ui example.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076396



More information about the jboss-user mailing list