I would like to use nested PageLists but can't get it to work.
Example:
<%#somepage%> runat="server">
<%#container.currentpage.pagelink%> runat="server">
%#container.currentpage.pagelink%>
%#somepage%>
The subpages are not showing up.
Is there any way of doing this easily?