dialog close bug fix

This commit is contained in:
Emil Siverhall 2012-03-20 11:13:20 +01:00
parent 71435e5b31
commit b363f812a7

@ -145,7 +145,6 @@ public class SupervisorMatchedThesisPanel extends Panel {
public void onUpdateUpdate(AjaxRequestTarget target2) {
emptyLabel.setVisible(provider.size() == 0);
dialog.close(target2);
target2.addComponent(dialog);
target2.addComponent(dataViewContainer);
target2.addComponent(emptyLabel);
}