if (fileRemovedListener != null) {
final FileAttachment attachment = getAttachmentFromListWithId(fileAttachments.getValue(), id);
fileRemovedListener.invoke(
context.getELContext(), new Object[]{
new FileRemovedEvent(fileAttachments, attachment)});
}
Rendering.addJsonParam(jsonObj, "isCalled", true);
}
}
return jsonObj;