JSF本地化段落与嵌入式链接

时间:2012-12-19 21:34:38

标签: java jsf jsf-1.2

在JSF 1.2的本地化段落中间嵌入outputlink的首选方法是什么?

考虑具有以下内容的消息资源:

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。

感谢...

1 个答案:

答案 0 :(得分:2)

您需要一种特殊形式的布局面板组件。假设您现有的组件库中没有一个,您可以学习如何在博客上编写一个:JSF: a custom format panel control for localising component layout