jsf中的selectOneListbox
<%@ taglib prefix="f" uri="http://java.sun.com/jsf/core"%>
<%@ taglib prefix="h" uri="http://java.sun.com/jsf/html"%>
<f:view>
<h:form id="s">
<h:selectOneListbox value="#{be.logname}">
<f:selectItem value="d" itemLabel="f" />
<f:selectItem value="e" itemLabel="d" />
</h:selectOneListbox>
<h:commandButton value="ok" action="login"/>
</h:form>
</f:view>
错误信息Conversion Error setting value ''{0}'' for ''{1}''
.
呵呵帮忙处理下