richfaces:如何设置工具提示的价值使用javascript

时间:2013-04-16 01:39:20

标签: javascript jsf richfaces

有什么意见吗?我不想使用这样的格式:

<rich:toolTip followMouse="true" direction="top-right" mode="ajax" value="#{bean.toolTipContent}" horizontalOffset="5" 

    verticalOffset="5" layout="block">

    <f:facet name="defaultContent">

        <f:verbatim>DEFAULT TOOLTIP CONTENT</f:verbatim>

    </f:facet>

</rich:toolTip>

我的inputtext没有绑定我的java bean中的值。任何人都可以提供一些建议吗?

0 个答案:

没有答案