I am trying to display a menu nested unordered lists by nesting PageTree controls. I nest the next PageTree within the SelectedItemTemplate, and here is the problem. I'm setting the DataSource to GetChildren( Container.CurrentPage.PageLink ), but this seems to return a empty set.
Does anyone have any ideas? :)