I am using richfaces 4.5.2 with jsf 2.2.6. In my child window I have a a4j:commandbutton. actionlistener of that commandbutton is not getting called. here is the code below. Can anyone tell why the actionlistener is not getting called.
<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>