【问题标题】:Is it possible to add Html tags into Spring MVC3 I18N messages.properties file是否可以将 Html 标签添加到 Spring MVC3 I18N messages.properties 文件中
【发布时间】:2011-10-27 12:30:21
【问题描述】:

鉴于以下 MVC3 i18n 使用:

在 jsp 文件中:

<s:message code="clickHere">

在 message.properties 文件中:

clickHere=Please click <a href="http://abc.com">Here</a>

将显示用户的浏览器(单词 Here 将是指向http://abc.com 的链接):
请点击这里

谢谢

【问题讨论】:

    标签: spring internationalization


    【解决方案1】:

    你试过了吗

    <s:message code="clickHere" htmlEscape="false" />
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2021-02-08
      • 2020-12-19
      • 1970-01-01
      • 2015-04-04
      • 1970-01-01
      • 2021-09-30
      • 2015-04-02
      相关资源
      最近更新 更多