How can i make sure that the action of this commandButton is completed, before I go to the next page?
<a4j:commandButton value="Edit Skin" render="@all"
action="#{helloBean.setCurrentSkin(skin)}"
onclick="window.location.href = 'resources/html/Editor.xhtml';" />