7172737475767778798081
if (content != null && content.length() > 0) { BlogCompanion bc = blog.getBlogCompanion(); bc.setContent(content); try { bc.store(); } catch (Exception e) { status = "Error"; } }