### Eclipse Workspace Patch 1.0 #P magnolia-taglib-cms Index: src/main/java/info/magnolia/cms/taglibs/ContentNodeIterator.java =================================================================== --- src/main/java/info/magnolia/cms/taglibs/ContentNodeIterator.java (revision 26557) +++ src/main/java/info/magnolia/cms/taglibs/ContentNodeIterator.java (working copy) @@ -209,7 +209,7 @@ return this.items; } // If this is a nested iterator, the collection should be from the local content node. - Content page = super.resolveNode(Resource.getCurrentActivePage()); + Content page = super.getFirstMatchingNode(); return page == null ? Collections.EMPTY_LIST : page.getChildren(ItemType.CONTENTNODE); }