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()アップロードが完了した後にイベントを受け取り、フィードバック パネルで受け取ることができonEvent()ます。イベントには AjaxRequestTarget が含まれている必要があるため、feedbackPanel を追加できます。
send()
onEvent()