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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...