从 EL 访问消息源
假设我有以下消息源文件:
title=foo
somefield=bar
...
我总是通过以下方式访问它:
<fmt:message key="title" />
但我更喜欢使用 EL 代替,例如:
${messages.title}
有没有办法使用表达式语言来访问消息源?
Suppose I have the following message source file:
title=foo
somefield=bar
...
I always access it in the following way:
<fmt:message key="title" />
but I'd prefer to use EL instead, something like:
${messages.title}
Is there a way to use expression language for accessing message source?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论