[jboss-user] [JBoss Seam] - Re: selectItems populating from mySQL table

norman.richards@jboss.com do-not-reply at jboss.com
Mon Jul 23 21:51:14 EDT 2007


Here's one from the seam docs:


  | <h:selectOneMenu value="#{person.continent}" required="true"> 
  |     <s:selectItems value="#{continents.resultList}" var="continent" 
  | label="#{continent.name}" 
  |                            noSelectionLabel="Please Select..."/> 
  |     <s:convertEntity /> 
  | </h:selectOneMenu> 
  | 

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

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



More information about the jboss-user mailing list