Iteration for all the child nodes is don and I'm trying to get a specific node name and return the property value of that node.while (children.hasNext()) { Page node = children.next();Iterator<Page> child2 = node.listChildren(new PageFilter(request));Page node2 = children2.next();while (children2....
Hi, I'm trying to display only a specific page which is under child[0] for a specific set of pages. The pages iterated through other pages will remain the same.Eg :A a b c B d e fC g h iThis is what the ...