<rich:dataTable id="companyList" var="company"
value="#{companyList.resultList}"
rowClasses="odd-row, even-row"
rendered="#{not empty companyList.resultList}">
<rich:column width="25px" style="text-align:center;">
<f:facet name="header">#{messages.Edit}</f:facet>
<a4j:commandLink reRender="companyPanel"
oncomplete="#{rich:component('companyPanel')}.show()"
style="align: center;"> <f:setPropertyActionListener target=
"#{companyHome.instance}"
value="#{company}" />
<rich:toolTip value="#{messages.Edit}" />
</a4j:commandLink>
</rich:column>
<h:column>
<f:facet name="header">
#{messages.companyName}</f:facet>
#{company.companyName}
</h:column>
</rich:dataTable>
嗨,我的丰富数据表有一些问题。所有操作正常,我在 dataTable 中搜索一些数据,我在 datatable 中得到了真实的列表,但是,如果我尝试更新列中的一些数据,则会出现错误的实例。例如,我选择香蕉,名字是我的数据,但它在搜索数据之前带来了没有带香蕉。我不懂为什么。对不起我的英语。