List Component:
I am using out of the box List component and facing the issue when Tags are selected to build the list (Build List Using : Tags).
Issue: Some of the content pages are not displayed, even though the selected tags are matching with the page tag.
Observed that the pages which are not getting displayed are having the primaryType as nt:unstructured (jcr:content/cq:primartType = nt:unstuctured).
Creating the pages newly primary type for the page is (jcr:content/cq:primartType = cq:PageContent) which is not having any issue.
Can anyone let us know in which situation property becomes (jcr:content/cq:primartType = nt:unstuctured) instead of (jcr:content/cq:primartType = cq:PageContent).?
Added log info statements in List.java the method tagManager.find() is not returning the result.
RangeIterator<Resource> results = tagManager.find(startPage.getPath(), tags, matchAny);
I am using CQ5.6 version.
Solved! Go to Solution.
Views
Replies
Total Likes
It could be either
Fix custom code and Use [1] to find problematic pages to fix it.
Views
Replies
Total Likes
It could be either
Fix custom code and Use [1] to find problematic pages to fix it.
Views
Replies
Total Likes
Hi Thanks for the reply.
List component is not listing the pages which are having nt:unstructured as the cq:PrimaryType .when tags are used to build the list component.
Is is because of the PrimaryType . Is there any workaround to fix the list component issue.?
RangeIterator<Resource> results = tagManager.find(startPage.getPath(), tags, matchAny);
Views
Replies
Total Likes
Views
Likes
Replies