Dear All,The issue is fixed now. I was getting null pointer exception in my TopNav JAVA class. So changed like below and it is working fine. if (currentPage != null) { Page homePage = currentPage.getAbsoluteParent(SiteConstants.HOMEPAGE_PARENT_DEPTH); if (homePage !...
Dear All and Ka,By going through some of the AEM forum posts above issue fixed after I changed from @Model(adaptables = SlingHttpServletRequest.class) to @Model(adaptables = Resource.class) .But now I am getting the below error.*ERROR* [0:0:0:0:0:0:0:1 [1573028316905] GET /conf/sunita/settings/wcm/t...
Dear All,In my current project , we are converting static templates to editable templates in AEM 6.5 SP1 by using modernization_toolsBefore converting we are creating editable templates. So I have created editable template and created the policy. Now I want to use the existing component Top Navigati...
Dear Gaurav, Thanks a lot for your reply. Please see my comments in below. I'm unable to understand why do you want to pass postman-token in this request. My requirement is that I need all cm:title from Alfresco APIthrough post request in AEM and show in the AEM page through component. In Postman I ...
Hi Gaurav,Thanks for replying. Below are my use cases. .Use Case-1For example I have a page in author (http://localhost:4502/content/trainingproject/en.html) .Now I did not change anything in this page and this page is static.Now I am requesting this page from my dispatcher like belowhttp://localhos...
Dear All,Anybody can put some lights in above.Also can we do the render in dispatcher.any file in the below order.First it will check in author like below.Then It will check in publish like below.# The load will be balanced among these render instances /renders {/rend01 { ...
Thanks Vish.I have updated my cache in dispatcher.any file like below and cache is working fine./cache { # The docroot must be equal to the document root of the webserver. The # dispatcher will store files relative to this directory and subsequent # requests may be "declined" by ...
Dear All,I have an below requirement.When I will request one page for example (http://localhost/content/we-retail/us/en/women.html) then the request will go to dispatcher cache not to Publish andIt request will display the page from Dispatcher cache not from publish.Can anybody put some lights how c...