【发布时间】:2012-12-07 08:22:38
【问题描述】:
在 JSF 1.2 的本地化段落中间某处嵌入输出链接的首选方法是什么?
考虑具有以下内容的消息资源:
my.paragraph=If you have questions, visit our {0} for further information
my.paragraph.token.0=help
如果你有这样的输出链接:
<f:outputLink value="javascript:void(0)" onclick="pophelp('#facesContext.externalContext.requestContextPath}/help/index.html');">#{messages['my.paragraph.token.0']}</ice:outputLink>
如果它更容易,我们也会使用 SEAM/facelets 和 icefaces。
谢谢...
【问题讨论】: