I want to change the h:commandButton to h:button component . I am confused how the work the action listener does can be achieved by h:button . Is it possible to migrate with all the functions working .
<h:commandButton id="upldDoc"
disabled="#{triggerRequestFormBean.disableDocUpload}"
actionListener="#triggerRequestFormBean.docUploadListener}"
partialSubmit ="true"
onclick ="pageRefresh();"
value="Load" styleClass="buttonStyle"
title="Load" />