Skip to content
New issue

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出力時ui:paramで定義した変数をheader facetで用いるとヘッダーテキストが表示されない #50

Open
suenaga0342 opened this issue Dec 1, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@suenaga0342
Copy link

suenaga0342 commented Dec 1, 2022

Describe the bug

excel出力時、データテーブルのheaderTextはui:paramで定義した変数を用いた${messages.fooBar}で出力できているのに対し
header facetの場合ではui:paramで定義した変数を用いるとexcelに表示されない

Reproducer: XHTML

 <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>

Reproducer: Backing Bean

No response

Expected / Observed behavior

  • Expected
    image

  • Observed behavior
    image

Jakarta Faces (JSF) Implementation / Version

WildFly

PrimeFaces Version

11.0.0

PrimeFaces ExCella Exporter Version

2.0.2

@suenaga0342 suenaga0342 added the bug Something isn't working label Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant