works now, forgot to add component to target

This commit is contained in:
fred-fri 2012-05-10 12:03:05 +09:00
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) {