使用 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。
谢谢...