<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 中显示?