Hi,
In case of following content structure (all documents based on one template):
Parent (with repeater webpart)
-Folder1
--Article1
--Article2
-Folder2
--Article3
Settings of the repeater webpart:
Path: empty
Transformation: CMS.Folder.list
Document types: CMS.Folder
Nested controls ID: sfoJobsDataList
CMS.Folder.list tranformation:
<%@ Register Src="~/CMSWebParts/Viewers/Documents/cmsdatalist.ascx" TagName="cmsdatalist" TagPrefix="uc1" %>
<%# Eval("DocumentName") %>
<p style="font-size:16px;font-weight:bold;"><%# Eval("DocumentName") %></p>
<p>
<cc1:cmsdatalist ID="sfoJobsDataList" runat="server" ClassNames="cms.article" TransformationName="cms.article.default" SelectedItemTransformationName="cms.article.Detail" RepeatDirection="Vertical" RepeatLayout="Table" RepeatColumns="1" />
</p>
Using this settings and the transformation:
1. If you click on the Parent document you will see following content:
-Folder1
--Article1
--Article2
-Folder2
--Article3
2. If you click on the Folder1 document you will see following content:
-Folder1
--Article1
--Article2
Could you please show us your point on the similar example? It helps us to understand the issue.
Best regards,
Ivana Tomanickova