设置target="_blank"在<h:commandLink>或<h:form>.
例如
<h:form>
<h:commandLink value="Open in new window" action="#{bean.action}" target="_blank" />
</h:form>
Run Code Online (Sandbox Code Playgroud)
要么
<h:form target="_blank">
<h:commandButton value="Open in new window" action="#{bean.action}" />
</h:form>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
10334 次 |
| 最近记录: |