setACategories(getManager().getList("FROM " + ArticleCategory.class.getName()
+" e WHERE e.iparent=null", null, null));
return INPUT;
}
ArticleCategory ACategory;
ArticleCategory iparent;
LogInformation logInfo;
if("".equals(getId())){
ACategory = new ArticleCategory();
logInfo = new LogInformation();
logInfo.setCreateBy(sess.getCurrentUser().getId());
logInfo.setCreateDate(new Timestamp(System.currentTimeMillis()));
setMsg("Add New");