After selecting the "Hide in Navigation" this page "Our Stories" is still appearing in the navigation. What changes I need to do in my code??Here is my backend HTL code: <div class="cmp-secondary-navigation" data-component="secondaryNavigation"><nav class="cmp-secondary-navigation__body"><ul class="...
We have a requirement to internally redirect, so when an users access the old page hierarchy they view data a new page hierarchy in the SPA. This would ensure that the Old URLs does not need to be updated with the new page URLs and continue using Old URLs. In traditional AEM implementations, we achi...
I have created a "Secondary Navigation" component and while creating backend HTL for this, I'm unable to achieve the desired output. As I want it to take the "Navigation Root" path, whatever path has been provided instead of "currentPage" and iterate in that path to provide the child pages of the pa...
I am working on an upgrade from AEM 6.2 to AEM 6.5. I am also moving from a very old archetype to the newer archetype 40 with profiles so that the build and deploy may be automated instead of a lot of manual steps that are now being used.I am having problems with the JSP files that include some cust...
Can someone please explain how do Vanities with and without the Redirect Vanity 301 checkbox work. I can see that the one with the Redirect Vanity 301 checkbox set opens the resource and changes the URL to the resource one.The one without the Redirect Vanity 301 checkbox set only opens the resource ...
Hi All,I'm creating workflow model and I want to deploy it to the sandbox dev. Deploying to Dev successful but the dev environment don't have workflow model Best regards.
We are doing a POC to enable Server Side Rendering in a AEM React SPA project. We used the following command to create the project. mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion...
I have a components, which created or used by WCMUsePojo class. I need to convert that java class to sling models. How to convert that all components which used by WCMUsePojo class to sling models? Is there any tool available at online?