使用 AjaxRequestTarget 刷新但带有反馈
当我向 AjaxRequestTarget
添加组件时,它包含的所有反馈都会被清除。有什么办法可以禁用这个吗?我想更改组件中的某些内容,但我希望所有反馈仍然可见。
编辑:我用户 wicket 1.4.18
When I add a component to AjaxRequestTarget
, all the feedbacks that it contained are cleared. Is there any way to disable this? I want to change something in component but I want all the feedback to still be visible.
edit: I user wicket 1.4.18
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
仅将您想要绘制的内容添加到 AjaxRequestTarget,在其他世界中不要添加反馈面板或任何父容器
add just what you want to draw to AjaxRequestTarget, in other worlds dont add the feedback panels or any parent container