<af:commandButton text="Export to Excel"
binding="#{backingBeanScope.backing_ReportHealthCheck.cb1}"
id="cb1" partialTriggers="t1">
<af:exportCollectionActionListener type="excelHTML" exportedId="t1"
filename="ValidateResults.xlsx"
title="ValidateResults"/>
</af:commandButton>
我正在使用它将带有集合的adf表导出到Excel中并且工作正常。 但我的要求是将带有集合的adf表导出为pdf。如果有任何一个帮助就此问题。 我需要在不在jsp页面的JSF页面中执行此操作。
答案 0 :(得分:2)
此博客有一个可重复使用的组件,可让您执行此操作 - http://adfwithejb.blogspot.com/2012/08/declarative-component-in-oracle-adf-to_28.html