弹出 JSF 中的 URL
我有以下场景 首先我需要向后端发送请求,这将返回一个 URL..我需要在 弹出窗口..我对此感到困惑,
我尝试使用 prime-faces 和 web flow 打开弹出窗口,但我不清楚如何在每次
使用 JSF、prime faces 和 spring webflow时使用新的 url 打开弹出窗口
i have following scenario
first i need to send request to back end,that will return a URL..i need to open the URL in the
popup.. i am confused for this
i have tried opening popup both using the prime-faces and web flow but i don't have clearly how to open popup using new url each time
we are using JSF, prime faces and spring webflow
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 JavaScript 的
window.open
函数。例如
与
Use JavaScript's
window.open
function.E.g.
with