gpt4 book ai didi

jsf-2 - jsf 目标 ="_blank"不适用于 primefaces 命令按钮

转载 作者:行者123 更新时间:2023-12-05 00:32:40 26 4
gpt4 key购买 nike

尝试打开一个新选项卡以接受来自 bean 的生成的 pdf 文件。

与 h:commandbutton 一起使用,没有使用 p.commandbutton 打开的选项卡。

试图将 onclick 和 oncomplete="window.open('_blank') 放在 p:commandbutton 上,它会打开一个新选项卡,但没有获取 pdf 并显示“错误 404 未找到”。

使用 primefaces-3.1

谢谢

  <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN'
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>

<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:p="http://primefaces.org/ui">


<h:head>
<h:outputStylesheet library="base" name='jquery-ui-1.8.16.custom.css' />
</h:head>
<h:form target="_blank">
<p:commandButton value="Run" action="#{bean.createReport}" />
</h:form>

</html>

最佳答案

尝试设置

ajax="false"

在您的 p:commandButton ,这样它应该表现得像 h:commandButton

关于jsf-2 - jsf 目标 ="_blank"不适用于 primefaces 命令按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13146940/

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