h:不调用commandButton动作

时间:2013-07-30 13:54:07

标签: richfaces seam

我正在使用Seam 2.3,我想将方法​​操作调用到h: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>

1 个答案:

答案 0 :(得分:0)

this answer包含一长串要检查按钮是否无效的内容