gpt4 book ai didi

jsf - 如何动态地将参数传递给资源包中的消息

转载 作者:行者123 更新时间:2023-12-04 16:56:24 24 4
gpt4 key购买 nike

我想从 i18n 包中检索消息信息(接缝中的 messages.properties),但我不确定如何在我的 xhtml 中动态传递声明/传递 jobCount 变量

现有代码如下所示。

<s:decorate template="/layout/panel-name.xhtml">
<ui:define name="label">User has been assigned #{jobCount} jobs</ui:define>
</s:decorate>

最佳答案

我认为这应该有效:

<h:outputFormat value="#{msg.yourMessage}">
<f:param value="#{myBean.jobCount}" />
</h:outputFormat>

关于jsf - 如何动态地将参数传递给资源包中的消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3385086/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com