Hey , went through the example , just to clarify by using @ChildResource annotation above a List<childModel> , we should we able to get the list of all child nodes of that type?
I have a container component and multiple 'card' child components. In the sling model of the container component i want to obtain a list of card component sling models.Container component -card1 -card2 -card3I want a list of card models to accessible in container component model so that in HTL...
I have created a proxy component that extends wcm/core/components/carousel/v1/carousel. I have restricted the allowed components. However now i want to restrict number of times we can add items,i.e, number of carousel cards.how to achieve this?
I am trying to work with experience fragments and want to achieve two of the following.Create and use a component as XFI have a carousel component and i want the individual carousel slides to be an experience fragment?I cannot find any good resources which help me in achieving this . They all point ...
I have two components in separate pages. I want to show the authored data of component 1 in component 2. Is there someway we can achieve this without the creation of a content api? If possible is it possible to pull the entire htl of component 1 in component 2?Preferably using HTL itself?
I would like to pull the data from the components present in the child page and display it in my component in the homepage. Is there a way to do this without creating a content api?
Hi , i am trying to build more complex aem components. Imagine we have a structure as belowProducts(parent page) -Mobile (child page 1) -Tablet (child page 2)I have a component in parent Products page with list items authored to names of child pages. Now when i click on Mobile i want the mobil...
There is logic within the post construct actually, so what do i have to do in this regard? The post construct method is retrieving a list of of child items present in dialog multifield and assigning to an array
Hey , i have created json and i am trying to adapt resource to my sling model class. I have created the json correctly using .json on the browser with all fields of component dialog populated , however when i give resource path till the component my adapted sling model returns null . If i update the...
I am looking to integrate selenium for AEM UI testing , however i am finding it difficult to obtain resources to help with the same. Please share any info or useful resources with sample code if possible