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.