I have a adf table which is displaying from collection and there is a command button like PRINT.
<af:commandButton text="Print"
binding="#{backingBeanScope.backing_ReportHealthCheck.cb2}"
id="cb2">
<af:showPrintablePageBehavior/>
</af:commandButton>
我正在使用上面的代码,但它正在显示整个页面。我的要求是当我点击那个按钮时,我只需要来自jsff的adf表全部内容,它有Pagination.Print选项可能就像我们在打印一些应用程序时会得到的普通打印选项。是否有人发布此要求的源代码
答案 0 :(得分:0)
与桌子相关的按钮在哪里? 尝试将按钮放在围绕表格的panelCollection的工具栏部分。