Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个可以上传文件的表格。该页面有一个 FeedBackPanel。出于某种原因,UploadProgressBar 对我不起作用。有没有办法只将 AJAX 刷新行为添加到反馈面板?这样,当上传结束时,我可以在反馈面板中至少有一个 info() 。谢谢
您可以send()在上传完成后发送一个事件,并在 中的 FeedbackPanel 中接收它onEvent()。该事件应该包含一个 AjaxRequestTarget,以便您可以将 feedbackPanel 添加到它。
send()
onEvent()