This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: selectItems populating from mySQL tablenorman.richards Jul 23, 2007 9:51 PM (in response to kimlord)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>
- 
        2. Re: selectItems populating from mySQL tablekimlord Jul 24, 2007 5:33 AM (in response to kimlord)I have seen that example but don't know how to get continents. I think in that example there is a statement in the components.xml that makes the query. Is that the only way and when do I need a custom converter? 
 Thanks,
 Kim
- 
        3. Re: selectItems populating from mySQL tablekimlord Jul 24, 2007 6:38 AM (in response to kimlord)I tried convertEntity but am getting the following error: 
 <s:convertEntity> Tag Library supports namespace: http://jboss.com/products/seam/taglib, but no tag was defined for name: convertEntity
 What am I doing wrong?
 Thanks,
 Kim
- 
        4. Re: selectItems populating from mySQL tablenorman.richards Jul 24, 2007 9:20 AM (in response to kimlord)Please look at the example apps. I think that example is from the wiki app. 
 
    