gpt4 book ai didi

grails - 将i18n消息作为参数传递给Grails模板

转载 作者:行者123 更新时间:2023-12-02 14:39:34 24 4
gpt4 key购买 nike

我有一个Grails模板文件,可在多个.gsp View 中使用它,如下所示:

<g:render template="/template/mail/notification/notification_email" model="[
title: 'A string',
text: 'Another string',
]"/>

但是,我想将 A stringAnother string移到messages.properties文件。

鉴于我无法在 <g:message>标记内使用 <g:render>,如何将模板模型值设置为适当的值?

最佳答案

以下对我有用:

<g:render template="/template/mail/notification/notification_email" model="[
title: g.message( code: 'your.title' ),
text: g.message( code: 'your.text' ),
]"/>

关于grails - 将i18n消息作为参数传递给Grails模板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47995149/

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