2013-07-30 58 views
0

我使用Seam 2.3,我想調用一個方法動作到一個h:commandButton。當我點擊我可以看到一個選擇查詢到控制檯,但我的方法是永遠不會調用。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> 
+0

沒有例外?該bean的名稱應以小寫字母開頭。還有什麼是ajax? – Makhiel

+0

沒有例外。好吧,但它不是我的豆的真名。如果我刪除ajax,我有相同的結果。 – Sebus

回答

0

this answer包含的東西一個長長的清單來檢查,如果你的按鈕不起作用

相關問題