// remove entry before (re)adding it, or in case it isn't Published
//manager.removeEntryIndexOperation(entry);
// if published, index the entry
if (entry.isPublished()) {
manager.addEntryReIndexOperation(entry);
}
}
public ActionErrors validateEntry(ActionErrors errors, WeblogEntryFormEx form) {
if (errors == null) errors = new ActionErrors();