gpt4 book ai didi

grails - grails如何在标签库中输出消息

转载 作者:行者123 更新时间:2023-12-02 15:09:13 24 4
gpt4 key购买 nike

我正在尝试从taglib的message.properties中提取一条消息,但是输出为空。我知道正在调用taglib,因为如果我输出<< << hello,它可以正常工作。之所以定义我的代码,是因为如果我将代码名称更改为属性文件中不存在的名称,则IDE会用红色文本突出显示该代码,表示找不到该代码。

class AccountTagLib {

def accountType = { attrs, body ->
out << message(code: 'account.friendlyType.BF')
}
}

message.properties:
account.friendlyType.BF=Here I am

最佳答案

我认为它应该像

out << g.message(code: 'account.friendlyType.BF')

至少这就是我一直(成功)使用它的方式。但我也读到您可以省略内置taglib的 namespace (请参阅答案 Can I use grails tag outside of GSP?),以便您的 namespace 也能工作。如果它没有按照我的建议工作,可能是 Can I use grails tag outside of GSP?帮助的其他答案。

关于grails - grails如何在标签库中输出消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19530689/

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