em.persist(contentLanguage);
JSONEscapeObject jsonResult = createJsonImages(site.getSiteId(), content, form);
jsonResult.put("recUpdateBy", content.getRecUpdateBy());
jsonResult.put("recUpdateDatetime", Format.getFullDatetime(content.getRecUpdateDatetime()));
String jsonString = jsonResult.toHtmlString();
streamWebService(response, jsonString);
return null;
}
public void createAdditionalInfo(AdminBean adminBean, Content content, ContentMaintActionForm form) throws Exception {