I need to close the browser window after the update I tried to register on the complete but not working.
<p:commandButton value="#{msg['btn-save']}"
actionListener="#{veiculoBean.updateModal}"
oncomplete="window.close();"
styleClass="btn btn-primary" ajax="true">
</p:commandButton>