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.
AjaxButton の onSubmit(AjaxRequestTarget target, Form form) でフォーム全体を更新したい。これはどうすればコメントできますか。
フォーム コンストラクターで、またはフォームを追加する直前に、マークアップ ID を出力するようにフォームを設定します。
form.setOutputMarkupId(true);
次にonSubmit、フォームをに追加しますtarget。
onSubmit
target
target.add(form);