We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
excel出力時、データテーブルのheaderTextはui:paramで定義した変数を用いた${messages.fooBar}で出力できているのに対し header facetの場合ではui:paramで定義した変数を用いるとexcelに表示されない
headerText
${messages.fooBar}
<ui:param name="messages" value="#{been.messages}" /> <p:dataTable> <p:column> <f:facet name="header"> #{messages.fooBar} </f:facet> <h:outputText value="testText" /> </p:column> </p:dataTable>
No response
Expected
Observed behavior
WildFly
11.0.0
2.0.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
excel出力時、データテーブルの
headerText
はui:paramで定義した変数を用いた${messages.fooBar}
で出力できているのに対しheader facetの場合ではui:paramで定義した変数を用いるとexcelに表示されない
Reproducer: XHTML
Reproducer: Backing Bean
No response
Expected / Observed behavior
Expected
Observed behavior
Jakarta Faces (JSF) Implementation / Version
WildFly
PrimeFaces Version
11.0.0
PrimeFaces ExCella Exporter Version
2.0.2
The text was updated successfully, but these errors were encountered: