Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Carousel component

Avatar

Level 2

Hi,

I need to create a carousel component what is the procedures to starts with. And i need to get the all slides node from this slide node i need to get the property such as title and description which need to be placed above the slider image. Am still unable to get array of slides node and how can i achieve this.

Am creating the dialog as multifield and there sub node as textfield and pathfield.

 

Thanks,

Moahamedh Nishadh

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 10
5 Antworten

Avatar

Level 2

And when i am iterating the slides in my jsp and i got some weird exception

This is my code snippet

<c:forEach var=“element” items=”${properties.slides}”>
    <h1>${element.title}</h1>
</c:forEach>

 

Thanks,

Mohamedh Nishadh

Avatar

Korrekte Antwort von
Level 10

Avatar

Level 2

Thanks for the response. But i need to create multifield which contains image path and description. And i successfully created dialog but am unable to process these contents in my jsp page. And how can process these image location and description in my jsp. This is my all concern now.

Avatar

Level 10

What is the exception you are seeing ?

Avatar

Level 2