Hi Everyone,I'm trying to add the page path with ID in a list component using fixed list but after saving the change, the link is getting removed from the list. Example :- if I authored /content/site/country/language/pagename#dummyit is getting removed I know that the core component’s list model cla...
I have a form with two master pages, the first has a header, content and footer and the second has a header and content part (the header is different from the first page). This footer must only appear on the first page, without repeating on the others and be able to break the page in case of very lo...
I am trying to follow the AEM Brightcove Connector installation guide to set-up my AEM instance with Brightcove connector.Please note I am trying this setup on my ocal vanilla AEM 6.5 instance containing aem-service-pkg-6.5.18.0.zip. Issues/Conflicts:Installation guide for On-Premises mentions to in...
Hi All, I am getting this error for Stringutils method while debugging junit. Am i missing anything? ava.lang.NoSuchMethodError: 'boolean org.apache.commons.lang3.StringUtils.isNoneBlank(java.lang.CharSequence[])'
Hi Everyone,I'm working on AEM 6.5 and faced below issue, and thanks for the help in advance.So here is the situation:Let's assume there is an author A who has authored a page and locked it. I am an author B who is impersonated as admin. Now I'm trying to edit a particular component on that page. Th...
I have the scenario that I have 2 sites site1.company.com and site2.company.com on AEM, both of them have protected pages (CUGs), and both of them are integrated with the same IDP using SAML Authentication Handler. SAML Authentication Handler is also set to handle logout.When a user logs in to one o...
I have a js file with a helper function however whenever i am trying to include it in my html , it breaks the page. <sly data-sly-use.helper="${'helper.js'}"></sly>. I have tried referencing it data-sly-use.helper="helper.js" .
I have the following URL of an AEM page that I want to export as JSON, and I am able to retrieve the JSON correctly: http://localhost:4502/content/web-example/es/home/page-exporter.model.jsonHowever, how can I make it accessible for consumption by a third party, such as a React or Vue application? I...
If I had a parent folder that has say 5 children pages. If one of those children pages gets deleted but was never unpublished, would unpublishing the parent folder unpublish itself and all 5 children or only the 4 that remain leaving an orphaned child published?
Hi , I have a requirement to call the servlet from the schedular. How can I do that ?This is my Servlet path /reports/generatereport.export.json Thanks