UIComponent component = root.findComponent("overForm");
FacesContext.getCurrentInstance().addMessage(component.getClientId(FacesContext.getCurrentInstance()),
new FacesMessage(FacesMessage.SEVERITY_INFO, "Success!", "Album has been successfully imported"));
// reset the view
shelfEvent.fire(new ShelfEvent(event));
}