如何防止 Richfaces 中的操作/事件重新加载页面?
我正在使用 JSF2.0 和 RichFaces 4.0.1 Final。我想防止事件发生时重新加载页面。
我的用例是:有一个隐藏样式的命令按钮。在某些情况下,我需要从 Javascript 调用附加到它的事件。
问题:虽然我能够调用隐藏按钮,但问题是,当它被调用时,页面就会重新加载。我想阻止这种重新加载。
I am using JSF2.0 and RichFaces 4.0.1 Final. I want to prevent the reload of page on occurence of event.
My use case is: There is a Command button with hidden style. I need to invoke the event attached to it in certain case from Javascript.
Problem: Though I am able to invoke the hidden button, the issue is, the moment it gets invoked, the page is getting reloaded. I want to prevent this reload.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需使用 ajax:
或者,因为您已经在使用 RichFaces:
Just use ajax:
Or, since you're already using RichFaces: