【发布时间】:2012-10-09 03:21:26
【问题描述】:
我按照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>
【问题讨论】: