我正在尝试从 taglib 中的 message.properties 中提取消息,但输出为空。我知道正在调用 taglib,因为如果我输出 << 'hello' 它工作正常。我的代码是定义的,因为如果我将代号更改为属性文件中不存在的东西,我的 IDE 会用红色文本突出显示代码,表明它没有找到。
class AccountTagLib {
def accountType = { attrs, body ->
out << message(code: 'account.friendlyType.BF')
}
}
消息属性:
account.friendlyType.BF=Here I am