【发布时间】:2012-10-13 04:30:18
【问题描述】:
<richdatatable>
<a4j:commandLink styleClass="addLink" action="#{depotOpeningStockManageBean.createNewLotShow}"
execute="@this" oncomplete="#{rich:component('addPane')}.show()" value="Create" >
</a4j:commandLink></richdatatable>
<rich:popupPanel id="addPane" resizeable="true" domElementAttachment="parent">
<h:commandLink value="cancel" onclick="#{rich:component('addPane')}.hide()" />
</rich:popupPanel>
为什么在richdataGrid 和richpanel 上显示弹窗,而在richDatatable 中却没有?
【问题讨论】:
-
我不明白你的问题。您有什么问题或错误?
-
问题不清楚。根据给定的示例,您将标签用作
<richdatatable>将其更改为<rich:dataTable>。