[jboss-user] [JBoss Seam] - Re: Seam Application Framework : association management

atzbert do-not-reply at jboss.com
Mon Jan 8 17:12:01 EST 2007


I forgot..., u probably wanna surround the si:selectitems with a h:selectone or smth similar:


  | <h:selectOneMenu value="#{person.country}" >
  | <si:selectItems value="#{countries.resultList}" var="country" label="#{country.countryName}" noSelectionLabel="Select One..."/>
  | </h:selectOneMenu>
  | 
:P

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

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



More information about the jboss-user mailing list