【发布时间】:2025-12-11 00:35:01
【问题描述】:
在 XHTML 页面中支持多种语言。我使用数据表显示数据,例如:
<p:column style="text-align:center; width:7%;" exportPosition="center">
<f:facet name="header">
<h:outputText value="#{msg['common']['identityIssuePlace']}" />
</f:facet>
<h:outputText value="#{element.getLocalizedName(bean.locale)}" />
</p:column>
它显示正常。但我使用dataExporter 导出数据会引发异常:
avax.el.PropertyNotFoundException: /backend/gms/account-manage.xhtml at line 170 and column 109 value="#{element.getLocalizedName(bean.locale)}": Property 'getLocalizedName' not found on type safp.acms.common.domain.IdentityIssuePlace
dataExporter不能绑定方法?谢谢高级。
【问题讨论】:
标签: primefaces datatable export