我需要一个新的属性添加到JCR一个现有节点:从JavaScript(ExtJS的)内容。
Answer 1:
使用HTTP POST方法(通过AJAX)和吊带POST的servlet ,如:
CQ.HTTP.post('/content/path/to/my/page/jcr:content', null, { newProperty: '123' });
文章来源: How to add new property to JCR node through CQ.extjs?
我需要一个新的属性添加到JCR一个现有节点:从JavaScript(ExtJS的)内容。
使用HTTP POST方法(通过AJAX)和吊带POST的servlet ,如:
CQ.HTTP.post('/content/path/to/my/page/jcr:content', null, { newProperty: '123' });