In our Dispatcher, designs for the website pages are present in the path /etc/docroot/mysite. Whenever we are open any page, in the console it is not loading the path of the designs (/etc/docroot/mysite). We found that the pages loads only the content but not the Css and designs. Please find the att...
Hi,I need to iterate a loop based on Integer value. I know a way to do it using jstl but need to do it in sightly.<c:forEach var="item" begin="1" end="5" varStatus="loop"> </c:forEach>This loop will get execute 5 times. Same I need to do in Sightly.
Hi,I have a requirement where I am including a data-sly-resource within a data-sly-list. I want the path of every resource to be different i.e. use an index or sightly use variable as well as the component should be referenced from the use api.<data-sly-list.item="${class.list}"><div data-sly-resour...
Hello all,I have a case with a bunch of pdf's and they have sub folders with various years. Within the years are pdf files.Now on ingestion AEM creates sub assets of each page within the PDF. For my use case I need my queryto just return the pdf file path. How can I get query results that exclude th...
Hello Team,I have a requirement to upload the csv file containing the tags, so chosing the csv file from path browser and on click of done of the asset page properties, Im calling the back end servlet through the ajax call and processing the tags from the csv and adding them under jcr:content/metada...
Hi All,I have gone through the AEM 6.2 release notes and there is section called 'Security/Security Features' ,in this the third point is mentioned as belowOngoing effort: Switched usage of the Sling loginAdministrative API to Service Users it various areas of the product.'What exactly meaning of th...
Hello all,How to to redirect a website having a url:www.mywebsite.com/content/en/home.html to just www.mywebsite.com/enI don't think vanity url will suffice.Any idea how to proceed ?
Hello all,I have a site published but the site is not getting properly linked to it's css or js.Currently css and js are both under a clientlib folder. The site works perfectly fine on author.Any ideas? Thanks
I'm starting an AEM project from scratch which is new for me and I'm wondering how to stop all my content being wiped everytime I run mvn -PautoInstallPackage install as the content package is being installed and wiping out everything below mysite/en/..
Quick question on statfileslevel property of dispatcher - If I have a content path like /content/geometrixx/en/products and statfileslevel property is set to 4 then does it mean on activation of any page under products like /content/geometrixx/en/products/triangle/overview all the pages under prod...