如何仅针对特定按钮在 buttonclick 上打开新选项卡?
这将为两者打开新标签,但我只想将它用于“登录”。此外,这些按钮仍应并排对齐。
<h:form target="_blank">
<h:panelGrid columns="2">
<h:commandButton value="Login" />
<h:commandButton value="Logout" />
</h:panelGrid>
</h:form>
这有可能吗?