我使用了 Primefaces 在其网页中的相同示例代码:
<h:commandLink value="Excel">
<p:dataExporter type="xls" target="dataTable" fileName="boo" pageOnly="true"/>
</h:commandLink>
但不起作用。在 Internet Explorer 浏览器中显示以下消息:
网页错误的详细信息 Message: Unexpected call to method or property access。
在 Mozilla Firefox 中什么都没有发生。
可能会发生什么?