Hello Everyone, This is part of dynamicComponent.html component. Calling other component: helloworld by passing the param.<div data-sly-resource="${ 'sample' @ resourceType='abc/components/helloworld', appendPath='/*', decorationTagName='div',cssClassName='new section aem-Grid-newComponent',param='t...
Hi All,I'm working on a component which will add multiple parsys, via Sling Model. The parsys isn't generating but any html apart from that is working as expected.Java @inject private Integer pNumber; //input public String getPContent() { StringBuilder contentBuilder = new StringBuilder(); f...
Following is the use-case I'm dealing with : I need to create a custom component wherein I've to design a dialog which will have a dropdown within it and the values of the dropdown should be sent over from backend sling model. Ideally, the requirement is to show the latest 4 pages title in the dialo...
Hi Team, In my current project there is a requirement to build a Navigation Component with the addition of a categorized order which each child page will be mapped to its respective category. Something like below: Parent Page (home)OffersGuidancePet GuidesDogHow to train your dogProducs to take care...
Hi Team, I was wondering if it's possible to iterate through a list of Maps which contains a list of Pojo. This is because the actual requirement is to display a "categorized" list. i.e: AnimalsBirdHow to Take care of your birdAnother Page ExampleCathow to ...another Page I was checking some of the ...
Hi Team, After upgrading AEM service pack (from 6.5.6 to 6.5.12) we are not get correct search results from Query Builder. I am running the below query to get all the 'RUNNING' workflows from AEM http://localhost:4502/bin/querybuilder.json?path=/var/workflow/instances&1_property=modelId&1_property.v...
We're currently engaged with a client to transfer their current content and assets from various sources to AEM as a cloud service.Consequently, we're seeking to devise a migration strategy. Content may originate from platforms like WordPress, while assets are sourced from platforms such as Amazon S3...
Hello Team, This is scenario based question.Trusted 3rd party application(may be Angular/ReactJS app) wants to upload assets to our Stage author environment. (Whether to replicate to publisher environment at that time or later by AEM author: I think this is not relevant to this query) How can I give...
We have cached country specific custom servlets(e.g /bin/myproject/servlet/us/en/myservlet.json) at the dispatcher in JSON format. When a XF is replicated, we need to clear cached JSON files for all countries. So we are triggering resource-only-flush request for /bin/myproject/servlet. From Publish...