Node node = resource.adaptTo(Node.class);final NodeIterator it=node.getNodes();do {if(node.getPath().equals(mapNewComponent.getKey())){node.setProperty("slingResourceType","anydata");}}while(it.hasNext()); I am trying this but it is not working
Hi, Is it possible to configure Link checker to traverse a specific node under /content and not the entire /content repository?I have multiple projects configured under /content and i want the Link checker to be enabled just for one project. Please let me know if its possible.
Today I started facing a strange issue in which all the pages in my website are opening if I remove "editor.html" from URL and add "_jcr_content.html" in the URL. Even if I replace "editor.html" with "cf#" page opens but page properties button is disabled there. Please let me know, how can I fix thi...
Hi Team,I never worked on AEM 6.1 version recently i got one PRODUCTION issue in AEM 6.1 version.Now i need to create new client library and adding css for the component.if any one working in AEM 6.1 for kindly help me with step which i need to folow to use the newly created css in component. Rega...
java.lang.NullPointerException------------------------Query Builder createQuery code is not working in local When Im using query debugger for Testing of same predicated group objects it showing result but not with JAVA Query query = queryBuilder.createQuery(PredicateGroup.create(searchMap), session)...
Hello! I am working on a component that can pull pages out from underneath a path and have decided to use the List Core Component to extend into a component and change the front end for this. The only thing I am stuck on is finding a way to pull out the Tags from the post. I only need to return on...
I am trying to apply styles for author view only, is there a class that exists in the HTML or Body elements that I can use to target elements only in author mode? Or is there an easy way with JS to check for something in the DOM so I may apply a class?
Does anyone know how to go in and make edits to someone title and then move their name above or below the name of someone else. For example, if I want to change a contact name of a staff member and her title changed... then making her at a higher position.
Hi all,After applying SP 6.4.8.4 the link button stopped working in our content fragments.Previously using the Multiline Text the link button worked as expected - once the SP update was applied the link button stopped working. Has anyone encountered this issue before? This JS error is thrown in the ...