[SEAM] dataTable下無法執行方法?
CarlKing
2009-05-12
為何在dataTable無法使用a4j:commandButton?
本人需要a4j:commandButton來執行一個帶參數的方法并彈出 rich:modalPanel顯示,s:button雖然能執行方法傳參,但彈出的rich:modalPanel就是 一閃而過 自行關閉了(注:modalPanel的keepVisualState已經設置為“true”) 希望得到指點。
<rich:dataTable value="#{formTypes}" <rich:column>
|
|
5day
2009-05-12
<a4j:commandButton action="#{createForm.findProposerInformation}" value="發起" reRender="chooseForm" oncomplete='#{rich:component("chooseForm")}.show()'> </a4j:commandButton> |
|
coolstone
2009-05-13
请参阅Seam reference2.1的这个小节33.1.2. Limitations and Hints
|
|
CarlKing
2009-05-14
5day 写道
<a4j:commandButton action="#{createForm.findProposerInformation}" value="發起" reRender="chooseForm" oncomplete='#{rich:component("chooseForm")}.show()'> </a4j:commandButton>
注(richface3.22 +seam2.1) @Name(value = "formTypeQuery") -----------略-----------
} |