Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Render list of tiles from one component to another component.

Avatar

Level 2

Recently encountered with below question. please let me know what can be done.

Developer needs to create a new component called component 'X'. Component 'X' must show a list of all components that all have a resource type of existing Component 'Y'. Component 'X' must render this list of tiles for each Component 'Y' where tile rendering is different from default one. The list of rendered tiles must be reusable by future new components. How should the developer implement this functionality ?

Thanks in advance !

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Create a new component called component 'X' with dialog to configure page rootpath/path, max number of results, list type.

for reference check we-retail list component.

Arun Patidar

AEM LinksLinkedIn

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Create a new component called component 'X' with dialog to configure page rootpath/path, max number of results, list type.

for reference check we-retail list component.

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 6

The component X should render the component Y using data-sly-resource and pass selector for  rendering is different tile. 

See the Core carousel / Tabs component.

 

@arunpatidar the list component does not have the above functionality(allow another component ) as described.