0

我正在使用 Seam 2.3,我想将方法​​操作调用到 ah:commandButton 中。当我单击时,我可以在控制台中看到一个选择查询,但我的方法永远不会调用。

<h:form id="form">
 <rich:panel id="panelInfoModif"  rendered="#{ClassAction.beanSelected()}">
    ...
    <h:commandButton value="Submit" action="#{ClassAction.submit()}" >
        <a:ajax execute="@this"></a:ajax>
    </h:commandButton>
  </rich:panel>             
</h:form>
4

1 回答 1

0

这个答案包含一长串要检查的按钮是否不起作用

于 2013-11-06T13:34:03.490 回答