Fix for hiding components

Change-Id: I2bedb0dd65fe8dbb9a5e06805fed9a1ced21421c
This commit is contained in:
joha-asc 2011-07-22 16:00:16 +02:00
parent 453924ce12
commit fdd0e8b6aa

@ -117,6 +117,7 @@ public class NotificationsPanel extends Panel {
webnotification.setReadByUser(true);
webNotificationDao.save(webnotification);
}
countOfNotifications = numberOfNotificationsModel.getObject();
target.addComponent(webMarkupContainer);
}