a4j:没有调用commandbutton actionlistener

时间:2015-07-13 11:19:56

标签: richfaces jsf-2.2

我正在使用richfaces 4.5.2和jsf 2.2.6。在我的子窗口中,我有一个a4j:commandbutton。该命令按钮的actionlistener未被调用。这是下面的代码。任何人都可以告诉为什么actionlistener没有被调用。

<a4j:commandButton id="partsChoiceAddBtn"
                    value="Add Selection"
                    onclick="showProcessingDialog();dialog_close('lT:choicesForm:choices_dialog');"
                    actionListener="#{lineItemController.savePartsChoice}"
                    oncomplete="dialog_close('processingDialog');"
                    render="lT:item_entry_form,lT:F, hF:isfHeader_filing_status_box">
                    <f:param name="conversationId" value="#{conversation.id}" />
                </a4j:commandButton>

0 个答案:

没有答案