gpt4 book ai didi

jsf - 如何使用支持bean打开新窗口?

转载 作者:行者123 更新时间:2023-12-04 19:29:23 25 4
gpt4 key购买 nike

我在我的项目前端使用 JSF。
如何使用支持 bean 打开一个新窗口?

最佳答案

套装target="_blank"<h:commandLink><h:form> .

例如。

<h:form>
<h:commandLink value="Open in new window" action="#{bean.action}" target="_blank" />
</h:form>

或者
<h:form target="_blank">
<h:commandButton value="Open in new window" action="#{bean.action}" />
</h:form>

关于jsf - 如何使用支持bean打开新窗口?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10209184/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com