Need help in creating c:page and jcr:content using API. creation of cq:page doesn't create jcr;content automatically
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.