Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
I am currently using API to create folder and cq:page as shown below:
Node kapostconnectorPage = JcrUtil.createPath(custNode.getPath() + "/" + "venkakapostconnector", "cq:Page", custNode.getSession());
How do I create or set jcr:content?
When I create cq:page it doesnt create jcr:content automatically.
Solved! Go to Solution.
create page using PageManager.create(String parentPath, String pageName, String template, String title, boolean autoSave)
create(String parentPath, String pageName, String template, String title, boolean autoSave)
http://docs.adobe.com/docs/en/cq/current/javadoc/com/day/cq/wcm/api/PageManager.html
View solution in original post
Hi there,
Thanks for reaching out to Adobe Community.
Please see if the below community article helps:
http://helpx.adobe.com/experience-manager/using/querying-experience-manager-data-using1.html
Thanks!
Views
Likes
Replies