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