Have you looked at the <cms:query .... /> tag? Documentation can be found at
http://documentation.magnolia.info/docs/en/developer/magnolia_tld/cmstaglib.html#query Then the <cms:contentNodeIterator ...>...</cms:contentNodeIterator> can take a items attribute referring to name you gave your query results in the var attribute of cms:query. --David dieter wrote: > Hi, I am looking for a way to retrieve a node from anywhere in the repository > and iterate through its child pages in order to retrieve its title, etc. I > have seen loads of examples on the forum, but none that actually work in my > environment, they may be from previous versions of magnolia. > > I know it should be really simple. > > I am using magnolia 3. > > Dieter > ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/developer.html ----------------------------------------------------------------
