doc.replaceItemValue("Title", title);
doc.replaceItemValue("Body", body);
doc.replaceItemValue("Author", author);
doc.replaceItemValue("Date", date);
if (parent != null) {
doc.makeResponse(parent);
}
doc.computeWithForm(false, false);
doc.save();
if (pos.length < disc_maxDepth) {