297298299300301302303304305306307
// Build the tree. TreeNode tn = new CommentTreeNode(); tn.setType("comments"); tn.setLeaf(false); // Create the tree: TreeModel tm = new TreeModelBase(tn); // Add child nodes: this.getChildComments(tm, tn, cmts); // Add a child for the reply box: