내 커뮤니티 업적 표시줄을 확대합니다.

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10
5 답변 개

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

정확한 답변 작성자:
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