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
|
@Override
|
||||||
public void onClick(AjaxRequestTarget target) {
|
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")) {
|
dialog2.replace(new SelectKeywordsPanel("dialogContent", new Model<KeywordContainer>(new KeywordContainer(item.getModelObject().getAssociatedKeywords())), KeywordTypeDao.TYPE.REGULAR, new String("blabla")) {
|
||||||
@Override
|
@Override
|
||||||
public void onUpdateAdd(AjaxRequestTarget target, Keyword addedKeyword) {
|
public void onUpdateAdd(AjaxRequestTarget target, Keyword addedKeyword) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user