gpt4 book ai didi

jsf - 在 JSF 中执行两个操作方法

转载 作者:行者123 更新时间:2023-12-03 11:06:37 24 4
gpt4 key购买 nike

是否可以在 <h:commandButton> 的操作中执行两个方法? ?

例如,

<h:commandButton action="#{bean.methodOne();bean.methodTwo();}" />

最佳答案

您可以使用 f:actionListener 像这样。

  <h:commandButton action="#{bean.methodOne()}">
<f:actionListener binding="#{bean.methodTwo()}" />
</h:commandButton>

您可以添加多个 f:actionListener您需要的元素。

关于jsf - 在 JSF 中执行两个操作方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7912663/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com