在转到下一页之前,如何确保此命令按钮的操作已完成?
<a4j:commandButton value="Edit Skin" render="@all"
action="#{helloBean.setCurrentSkin(skin)}"
onclick="window.location.href = 'resources/html/Editor.xhtml';" />
在转到下一页之前,如何确保此命令按钮的操作已完成?
<a4j:commandButton value="Edit Skin" render="@all"
action="#{helloBean.setCurrentSkin(skin)}"
onclick="window.location.href = 'resources/html/Editor.xhtml';" />