[img]structure.png[/img] Hi guys, I am encountering some trouble with JCR-JQOM. The image above shows the structure I am working on.Briefly:I have a set of pages in /content/mySite/myFolderEach one of these pages has a couple of sub-pagesIn the jcr:content of these sub-pages there is a property, le...
Hi,I tried to install Granite.js into node.js using npm, but the installation fails by running into an infinite loop. The slash symbol is rotating for ever!I used following command: sudo npm install "path to the folder".I checked the .npm folder and compared it with the folder node_modules of Granit...
Hi,I want to disable CUGs on our author instance. I have unchecked the "Enable CUG Roots" checkbox for CUGSupportImpl in author. Still rep:policy nodes are getting created for the pages. Can anyone suggest what we are doing wrong.
We Are running our application in clustered environment and we are getting below exceptions in our application error log.Do we need to run a consistency check for our repository to fix this issue?Please any suggestion would help us to identify the action to be taken. *ERROR* [pool-6-thread-4] org.ap...
Hi I want to add span class on the anchor tag in hyperlink. I have customized my LinkDialog.js as belowpostprocessModel: function() { var linkRules = this.parameters.linkRules; if (linkRules) { linkRules.applyToObject(this.objToEdit); } if(!this.objToEdit.cssClass && this.objToEdit.target == '_blank...
Hi all,Looks like at the moment, when a page in our publisher instance throws an exception and leads to a response with a 500 status code, the dispatcher in front of it caches the response and serves the 500 status code from then on.So when the page is fixed and the exception is not thrown anymore, ...
Hi guys!Question about CQ5 permissions.User without permissions "create \ modify \ delete \ edit ACL \ replicate" can use panel "edit" on page "../useradmin", but if u fill field on a create user window, user not created, can u help? Is it right, when user can use panel "edit" without permissions "E...
Hi,We have one requirement like-On a page/pages if content is updated, We want an 'Update' notice to appear on the side of the relevant search result for some time, so that the users know that the content has been updated.Please let me know some approach/suggestion how can we implement the same.