Richfaces 组合框选择更改事件

发布于 2024-09-08 05:24:49 字数 569 浏览 4 评论 0原文

我有这样的代码:

<richfaces:comboBox
  value="#{ChoixContratBean.selectedFormule"}
  suggestionValues="#{ChoixContratBean.formules}">

  <a4j:support event="onmouseover"
    action="#{ChoixContratBean.getDescriptionFormule}"
    reRender="reponse" />
</richfaces:comboBox>

我希望当用户将鼠标悬停在组合中的不同值时,产品的新描述出现在:

<jsf:outputText
   id="reponse"
   value="#{ChoixContratBean.descriptionFormuleSelected}" />

当鼠标悬停在 richfaces 组合值上时不会触发任何事件;相反,触发的事件是组合本身上的简单鼠标悬停。

我必须做什么才能让值接收事件触发器?

I have this code:

<richfaces:comboBox
  value="#{ChoixContratBean.selectedFormule"}
  suggestionValues="#{ChoixContratBean.formules}">

  <a4j:support event="onmouseover"
    action="#{ChoixContratBean.getDescriptionFormule}"
    reRender="reponse" />
</richfaces:comboBox>

I would like that when the user hovers with the mouse the different values in the combo, a new description of the product appears in :

<jsf:outputText
   id="reponse"
   value="#{ChoixContratBean.descriptionFormuleSelected}" />

No event is triggered when the mouse hovers the richfaces combo values; instead, the event that is triggered is the simple mouseover on the combo itself.

What must I to do have the values receive the event trigger?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文