works now, forgot to add component to target
This commit is contained in:
parent
2143e9eaab
commit
e4446e56da
@ -162,7 +162,7 @@ public class ManageKeywordPanel extends Panel {
|
||||
|
||||
@Override
|
||||
public void onClick(AjaxRequestTarget target) {
|
||||
|
||||
target.addComponent(dialog2);
|
||||
dialog2.replace(new SelectKeywordsPanel("dialogContent", new Model<KeywordContainer>(new KeywordContainer(item.getModelObject().getAssociatedKeywords())), KeywordTypeDao.TYPE.REGULAR, new String("blabla")) {
|
||||
@Override
|
||||
public void onUpdateAdd(AjaxRequestTarget target, Keyword addedKeyword) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user