내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

How to get content of a page in CRXDE without opening that page in siteadmin ?

Avatar

Level 4

I have created a page. In jsp of that page I have included components using <%cq:include%>. Inorder to load all the component node in jcr:content I have to open that page in siteadmin. whithout opening that page how to get jcr:content nodes ?

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

If you want to create child nodes of jcr:content when a page is created with your template, those child nodes should be defined in the template's jcr:content node.

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Level 10

The question & description is confusing.  Can you please explain clearly with simple terms & snapshots?

Avatar

Level 4

Thank you for your reply. 

Actually the question is Ex: I have created a page using template "XXX".  sling:resourceType of that page is "YYY".  in YYY.jsp i have include components using cq:include. say <cq:include path="title" resourceType="/apps/www/content/components/title"/>.  After creating page I didn't opened it. I went to CRXDE Lite and checked the node /content/www/YYY/jcr:content. in jcr:content I couldn't find the title component node in it. Later I opened the YYY page from siteadmin. Then I checked node /content/www/YYY/jcr:content. I found /content/www/YYY/jcr:content/title node there. My requirement is i want that title node without opening YYY page.

Avatar

정확한 답변 작성자:
Employee

If you want to create child nodes of jcr:content when a page is created with your template, those child nodes should be defined in the template's jcr:content node.

Avatar

Level 10