Session.getInstance().getEventBus().notifyObservers(
new ShowNotificationEvent(new Notification("Your group has been successfully saved")));
}
});
form.addFormElement(new ValueOnlyFormElement(DomainGroupModelView.ID_KEY, Long.toString(entity.getId())));
form.addFormElement(new ValueOnlyFormElement(DomainGroupModelView.SHORT_NAME_KEY, entity.getShortName()));
AvatarUploadFormElement avatarFormEl = new AvatarUploadFormElement("Avatar",
"Select a JPG, PNG or GIF image from your computer. The maxium file size is 4MB",
"/eurekastreams/groupavatarupload?groupName=" + entity.getShortName(), Session.getInstance()