在 grails 2.x 中编写测试用例时,我从 I18n 属性文件获取消息时遇到问题。
在我使用的控制器中是这样的:
g.message(code:'upload.coverpage.file.isempty.msg')
从控制器进入结果对象时,消息将返回:
upload.coverpage.file.isempty.msg
但原始信息是:
"Sorry, the file size is empty."
如何获取原始消息。有人知道吗?
感谢和问候
阿纳根德拉