Accessing parent submenu

Hi

Is there an easy way of accessing the submenu of a parent? I have set of pages that link to one another so for example, page 1 links to page 2, page 2 links back to page 1 and forward to page 3, etc.

Ideally I want to automatically generate this navigation by using the submenu of the parent. I can do this by starting at the root and working down the nodes as long as I know how many levels there are, but I would much prefer to be able to go up a node instead.

Thanks and regards

Richard

Hi Richard

$nav.self.parent.getNodes(“nav:submenu”)

Cheers
James

Thanks very much James

I think I tried almost every combination possible except that.

Regards

Richard