h:CommandLink 可以 POST 到外部 URL 吗?
我正在开发一个 Seam 应用程序,需要将一些表单数据提交到外部 URL,只是我对如何处理它有点困惑。
h:CommandLink 是理想的工具,只是它似乎无法 POST 到外部 URL。有什么想法吗?
I'm working on a Seam application and need to submit some form data to an external URL only I'm a bit stumped as to how I should approach it.
h:CommandLink is the ideal tool only it doesn't seem to be able to POST to an external URL. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用普通的 HTML 表单。由于没有任何内容可以绑定到您的业务/模型层,因此您根本不需要 JSF 组件。
Use a normal HTML form. Since there's nothing to bind to your business/model layer, you don't need JSF components at all.