<h:selectOneMenu value="#{form.country}" onchange="submit()"
valueChangeListener="#{form.countryChanged}">
<f:selectItems value="#{form.countryNames}"/>
</h:selectOneMenu>
onchange="submit()"
<f:selectItems
value="#{form.countryNames}"/> @ Specifies items for a select one or select many component
posted on 2007-12-11 19:05
*一凡* 阅读(163)
评论(0) 编辑 收藏 所属分类:
JSF