我有一个页面搜索客户,该页面在数据表中有一个按钮视图,用于查看当前行,按下视图后,它会将您带到下一页以操作所选行/客户,我想更改应用程序,以便如果当我按下视图时我在第 7 页,当我按下视图时,我必须返回第 7 页
<p:column width="90" >
<p:commandButton id="cmdView2"
action="#{customerController.searchContractDetails(dtWv.getPaginator().getPage())}"
value="View"
ajax="true"
immediate="true"
styleClass="BlueBtn">
<f:setPropertyActionListener target="#{customerController.selectedCustomerSiteBean}" value="#{customerSite}"/>
</p:commandButton>