我按照richfaces的一个例子创建了我的rich:pickList
http://showcase.richfaces.org/richfaces/component-sample.jsf?demo=pickList&skin=blueSky
我的问题是所选列表中没有信息显示。那我该怎么办呢?
My Edit.xhtml file:
<rich:pickList value="#{controller.selectedStudent}" var="f" sourceCaption="Available" targetCaption="Selected" listWidth="195px" listHeight="100px" orderable="true">
<f:selectItems value="#{controller.studentList}" var="test" itemValue="#{test}" itemLabel="#{test.name}" />
</rich:pickList>
答案 0 :(得分:0)
我认为这是richfaces选项列表中的错误,因为所选项目(右)必须与左侧选择列表中的对象相同